Html Css Color HEX #88A69C Cascade

📋 copy color: '#88A69C'

red 136 ◦ green 166 ◦ blue 156

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

Shades of Cascade #88A69C

Tints of Cascade #88A69C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

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

R = 29.69%
G = 36.24%
B = 34.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#88A69C (or 0x88A69C) is known color: Cascade. HEX triplet: 88, A6 and 9C. RGB value is (136,166,156). Sum of RGB (Red+Green+Blue) = 136+166+156=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #88A69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A69C is #775963. Grayscale: #9B9B9B. Windows color (decimal): -7821668 or 10266248. OLE color: 10266248.

HSL color Cylindrical-coordinate representation of color #88A69C: hue angle of 160º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A69C is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 166 156 -
CMYK 0.18 0 0.06 0.35
HSL 160º 0.14% 0.59% -
HSV(B) 160º 0.18% 0.65% -
XYZ 29.79 34.91 36.62 -
YUV 155.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 136 166 156 0.18 0 0.06 0.35 160 0.14 0.59
Hex 88 A6 9C 12 0 6 23 A0 E 3B
Octal 210 246 234 22 0 6 43 240 16 73
Binary 10001000 10100110 10011100 10010 0 110 100011 10100000 1110 111011

Color Harmonies of #88A69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A69C

Black with #88A69C

Text Example


Text Example

White with #88A69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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