#87CCBA

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

Shades of Bermuda #87CCBA

Tints of Bermuda #87CCBA

Color information

#87CCBA (or 0x87CCBA) is unknown color: approx Bermuda. HEX triplet: 87, CC and BA. RGB value is (135,204,186). Sum of RGB (Red+Green+Blue) = 135+204+186=525 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.71% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #87CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CCBA is #783345. Grayscale: #B5B5B5. Windows color (decimal): -7877446 or 12242055. OLE color: 12242055.

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

Color convert

RGB135204186-
CMYK0.3400.090.2
HSL164.35º40.35%66.47%-
HSV(B)164.35º33.82%80%-
XYZ40.4551.8854.34-
YUV181.32130.6494.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.71%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=25.71%
G=38.86%
B=35.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1352041860.3400.090.2164.3540.3566.47
Hex87CCBA220914a42842
Octal207314272420112424450102
Binary1000011111001100101110101000100100110100101001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,204,186); }

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

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

 a { background-color: rgb(135,204,186); }

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

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

 span { border-color: rgb(135,204,186); }

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