#88CCBE

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

Shades of Bermuda #88CCBE

Tints of Bermuda #88CCBE

Color information

#88CCBE (or 0x88CCBE) is unknown color: approx Bermuda. HEX triplet: 88, CC and BE. RGB value is (136,204,190). Sum of RGB (Red+Green+Blue) = 136+204+190=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCBE is #773341. Grayscale: #B6B6B6. Windows color (decimal): -7811906 or 12504200. OLE color: 12504200.

HSL color Cylindrical-coordinate representation of color #88CCBE: hue angle of 167.65º 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 #88CCBE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB136204190-
CMYK0.3300.070.2
HSL167.65º40%66.67%-
HSV(B)167.65º33.33%80%-
XYZ41.0452.1456.62-
YUV182.07132.4795.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=25.66%
G=38.49%
B=35.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041900.3300.070.2167.654066.67
Hex88CCBE210714a82843
Octal21031427641072425050103
Binary100010001100110010111110100001011110100101010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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