#88CEBD

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

Shades of Bermuda #88CEBD

Tints of Bermuda #88CEBD

Color information

#88CEBD (or 0x88CEBD) is unknown color: approx Bermuda. HEX triplet: 88, CE and BD. RGB value is (136,206,189). Sum of RGB (Red+Green+Blue) = 136+206+189=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #88CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CEBD is #773142. Grayscale: #B7B7B7. Windows color (decimal): -7811395 or 12439176. OLE color: 12439176.

HSL color Cylindrical-coordinate representation of color #88CEBD: hue angle of 165.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CEBD is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB136206189-
CMYK0.3400.080.19
HSL165.43º41.67%67.06%-
HSV(B)165.43º33.98%80.78%-
XYZ41.4153.0556.2-
YUV183.13131.3194.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=25.61%
G=38.79%
B=35.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1362061890.3400.080.19165.4341.6767.06
Hex88CEBD220813a52a43
Octal210316275420102324552103
Binary1000100011001110101111011000100100010011101001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,206,189); }

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

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

 a { background-color: rgb(136,206,189); }

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

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

 span { border-color: rgb(136,206,189); }

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