Html Css Color HEX #88CBBC Bermuda

📋 copy color: '#88CBBC'

red 136 ◦ green 203 ◦ blue 188

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

Shades of Bermuda #88CBBC

Tints of Bermuda #88CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 25.81%
G = 38.52%
B = 35.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#88CBBC (or 0x88CBBC) is known color: Bermuda. HEX triplet: 88, CB and BC. RGB value is (136,203,188). Sum of RGB (Red+Green+Blue) = 136+203+188=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBBC is #773443. Grayscale: #B5B5B5. Windows color (decimal): -7812164 or 12372872. OLE color: 12372872.

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

Color convert

RGB 136 203 188 -
CMYK 0.33 0 0.07 0.20
HSL 166.57º 0.39% 0.66% -
HSV(B) 166.57º 0.33% 0.8% -
XYZ 40.59 51.58 55.39 -
YUV 181.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 136 203 188 0.33 0 0.07 0.20 166.57 0.39 0.66
Hex 88 CB BC 21 0 7 14 A7 27 42
Octal 210 313 274 41 0 7 24 247 47 102
Binary 10001000 11001011 10111100 100001 0 111 10100 10100111 100111 1000010

Color Harmonies of #88CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBBC

Black with #88CBBC

Text Example


Text Example

White with #88CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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