#87CBBD

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

Shades of Bermuda #87CBBD

Tints of Bermuda #87CBBD

Color information

#87CBBD (or 0x87CBBD) is unknown color: approx Bermuda. HEX triplet: 87, CB and BD. RGB value is (135,203,189). Sum of RGB (Red+Green+Blue) = 135+203+189=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #87CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CBBD is #783442. Grayscale: #B5B5B5. Windows color (decimal): -7877699 or 12438407. OLE color: 12438407.

HSL color Cylindrical-coordinate representation of color #87CBBD: hue angle of 167.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CBBD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB135203189-
CMYK0.3300.070.20
HSL167.65º39.53%66.27%-
HSV(B)167.65º33.5%79.61%-
XYZ40.5351.5455.96-
YUV181.07132.4795.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=25.62%
G=38.52%
B=35.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1352031890.3300.070.20167.6539.5366.27
Hex87CBBD210714a82842
Octal20731327541072425050102
Binary100001111100101110111101100001011110100101010001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,203,189); }

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

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

 a { background-color: rgb(135,203,189); }

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

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

 span { border-color: rgb(135,203,189); }

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