Html Css Color HEX #88A89C Cascade

📋 copy color: '#88A89C'

red 136 ◦ green 168 ◦ blue 156

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

Shades of Cascade #88A89C

Tints of Cascade #88A89C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 29.57%
G = 36.52%
B = 33.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#88A89C (or 0x88A89C) is known color: Cascade. HEX triplet: 88, A8 and 9C. RGB value is (136,168,156). Sum of RGB (Red+Green+Blue) = 136+168+156=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #88A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A89C is #775763. Grayscale: #9D9D9D. Windows color (decimal): -7821156 or 10266760. OLE color: 10266760.

HSL color Cylindrical-coordinate representation of color #88A89C: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A89C is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 168 156 -
CMYK 0.19 0 0.07 0.34
HSL 157.5º 0.16% 0.6% -
HSV(B) 157.5º 0.19% 0.66% -
XYZ 30.16 35.64 36.74 -
YUV 157.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 136 168 156 0.19 0 0.07 0.34 157.5 0.16 0.6
Hex 88 A8 9C 13 0 7 22 9E 10 3C
Octal 210 250 234 23 0 7 42 236 20 74
Binary 10001000 10101000 10011100 10011 0 111 100010 10011110 10000 111100

Color Harmonies of #88A89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A89C

Black with #88A89C

Text Example


Text Example

White with #88A89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,156); }

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

background-color css

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

 a { background-color: rgb(136,168,156); }

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

border-color css

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

 span { border-color: rgb(136,168,156); }

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