#88CCBF

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

Shades of Bermuda #88CCBF

Tints of Bermuda #88CCBF

Color information

#88CCBF (or 0x88CCBF) is unknown color: approx Bermuda. HEX triplet: 88, CC and BF. RGB value is (136,204,191). Sum of RGB (Red+Green+Blue) = 136+204+191=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCBF is #773340. Grayscale: #B6B6B6. Windows color (decimal): -7811905 or 12569736. OLE color: 12569736.

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

Color convert

RGB136204191-
CMYK0.3300.060.2
HSL168.53º40%66.67%-
HSV(B)168.53º33.33%80%-
XYZ41.1552.1857.19-
YUV182.19132.9795.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 191 (75% from 255) = 35.97%
R=25.61%
G=38.42%
B=35.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041910.3300.060.2168.534066.67
Hex88CCBF210614a92843
Octal21031427741062425150103
Binary100010001100110010111111100001011010100101010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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