#87B1B6

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

Shades of Botticelli #87B1B6

Tints of Botticelli #87B1B6

Color information

#87B1B6 (or 0x87B1B6) is unknown color: approx Botticelli. HEX triplet: 87, B1 and B6. RGB value is (135,177,182). Sum of RGB (Red+Green+Blue) = 135+177+182=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 182 - color contains mainly: blue. Hex color #87B1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1B6 is #784E49. Grayscale: #A4A4A4. Windows color (decimal): -7884362 or 11972999. OLE color: 11972999.

HSL color Cylindrical-coordinate representation of color #87B1B6: hue angle of 186.38º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87B1B6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135177182-
CMYK0.260.0300.29
HSL186.38º24.35%62.16%-
HSV(B)186.38º25.82%71.37%-
XYZ34.1639.9750.17-
YUV165.01137.59106.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=27.33%
G=35.83%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351771820.260.0300.29186.3824.3562.16
Hex87B1B61A301Dba183e
Octal2072612663230352723076
Binary10000111101100011011011011010110111011011101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,177,182); }

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

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

 a { background-color: rgb(135,177,182); }

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

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

 span { border-color: rgb(135,177,182); }

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