#87B0BC

Color #87B0BC Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #87B0BC

Tints of Botticelli #87B0BC

Color information

#87B0BC (or 0x87B0BC) is unknown color: approx Botticelli. HEX triplet: 87, B0 and BC. RGB value is (135,176,188). Sum of RGB (Red+Green+Blue) = 135+176+188=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #87B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B0BC is #784F43. Grayscale: #A5A5A5. Windows color (decimal): -7884612 or 12365959. OLE color: 12365959.

HSL color Cylindrical-coordinate representation of color #87B0BC: hue angle of 193.58º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87B0BC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135176188-
CMYK0.280.0600.26
HSL193.58º28.34%63.33%-
HSV(B)193.58º28.19%73.73%-
XYZ34.5939.8353.44-
YUV165.11140.92106.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=27.05%
G=35.27%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351761880.280.0600.26193.5828.3463.33
Hex87B0BC1C601Ac21c3f
Octal2072602743460323023477
Binary100001111011000010111100111001100110101100001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87B0BC; }

 p { color: rgb(135,176,188); }

 H1.HeaderClassName
 {
   color: #87B0BC;
 }
 .AnyTagClassName
 {
   color: #87B0BC;
 }
</style>
background-color css

<style>
 a { background-color: #87B0BC; }

 a { background-color: rgb(135,176,188); }

 div.DivClassName
 {
   background-color: #87B0BC;
 }
 .BgClassName
 {
   background-color: #87B0BC;
 }
</style>
border-color css

<style>
 span { border-color: #87B0BC; }

 span { border-color: rgb(135,176,188); }

 td.TdClassName
 {
   border-color: #87B0BC;
 }
 .TagClassName
 {
   border-color: #87B0BC;
 }
</style>