Html Css Color HEX #88C7BD Bermuda

📋 copy color: '#88C7BD'

red 136 ◦ green 199 ◦ blue 189

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

Shades of Bermuda #88C7BD

Tints of Bermuda #88C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 25.95%
G = 37.98%
B = 36.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#88C7BD (or 0x88C7BD) is known color: Bermuda. HEX triplet: 88, C7 and BD. RGB value is (136,199,189). Sum of RGB (Red+Green+Blue) = 136+199+189=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #88C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C7BD is #773842. Grayscale: #B2B2B2. Windows color (decimal): -7813187 or 12437384. OLE color: 12437384.

HSL color Cylindrical-coordinate representation of color #88C7BD: hue angle of 170.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C7BD is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 199 189 -
CMYK 0.32 0 0.05 0.22
HSL 170.48º 0.36% 0.66% -
HSV(B) 170.48º 0.32% 0.78% -
XYZ 39.76 49.76 55.65 -
YUV 179.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 136 199 189 0.32 0 0.05 0.22 170.48 0.36 0.66
Hex 88 C7 BD 20 0 5 16 AA 24 42
Octal 210 307 275 40 0 5 26 252 44 102
Binary 10001000 11000111 10111101 100000 0 101 10110 10101010 100100 1000010

Color Harmonies of #88C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C7BD

Black with #88C7BD

Text Example


Text Example

White with #88C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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