#88CCBC

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

Shades of Bermuda #88CCBC

Tints of Bermuda #88CCBC

Color information

#88CCBC (or 0x88CCBC) is unknown color: approx Bermuda. HEX triplet: 88, CC and BC. RGB value is (136,204,188). Sum of RGB (Red+Green+Blue) = 136+204+188=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCBC is #773343. Grayscale: #B5B5B5. Windows color (decimal): -7811908 or 12373128. OLE color: 12373128.

HSL color Cylindrical-coordinate representation of color #88CCBC: hue angle of 165.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCBC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB136204188-
CMYK0.3300.080.2
HSL165.88º40%66.67%-
HSV(B)165.88º33.33%80%-
XYZ40.8252.0555.47-
YUV181.84131.4795.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.76%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=25.76%
G=38.64%
B=35.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041880.3300.080.2165.884066.67
Hex88CCBC210814a62843
Octal210314274410102424650103
Binary1000100011001100101111001000010100010100101001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88CCBC; }

 p { color: rgb(136,204,188); }

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

<style>
 a { background-color: #88CCBC; }

 a { background-color: rgb(136,204,188); }

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

<style>
 span { border-color: #88CCBC; }

 span { border-color: rgb(136,204,188); }

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