Html Css Color HEX #88CBB6 Bermuda

📋 copy color: '#88CBB6'

red 136 ◦ green 203 ◦ blue 182

#88CBB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #88CBB6

Tints of Bermuda #88CBB6

RGB

 RED value IS 136 (53.52% from 255) = 26.1%

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 26.1%
G = 38.96%
B = 34.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#88CBB6 (or 0x88CBB6) is known color: Bermuda. HEX triplet: 88, CB and B6. RGB value is (136,203,182). Sum of RGB (Red+Green+Blue) = 136+203+182=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBB6 is #773449. Grayscale: #B4B4B4. Windows color (decimal): -7812170 or 11979656. OLE color: 11979656.

HSL color Cylindrical-coordinate representation of color #88CBB6: hue angle of 161.19º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBB6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 203 182 -
CMYK 0.33 0 0.10 0.20
HSL 161.19º 0.39% 0.66% -
HSV(B) 161.19º 0.33% 0.8% -
XYZ 39.95 51.32 52.06 -
YUV 180.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 136 203 182 0.33 0 0.10 0.20 161.19 0.39 0.66
Hex 88 CB B6 21 0 A 14 A1 27 42
Octal 210 313 266 41 0 12 24 241 47 102
Binary 10001000 11001011 10110110 100001 0 1010 10100 10100001 100111 1000010

Color Harmonies of #88CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBB6

Black with #88CBB6

Text Example


Text Example

White with #88CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,203,182); }

 H1.HeaderClassName
 {
   color: #88CBB6;
 }
 .AnyTagClassName
 {
   color: #88CBB6;
 }
</style>

background-color css

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

 a { background-color: rgb(136,203,182); }

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

border-color css

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

 span { border-color: rgb(136,203,182); }

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