Html Css Color HEX #ACC5CB Heather

📋 copy color: '#ACC5CB'

red 172 ◦ green 197 ◦ blue 203

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

Shades of Heather #ACC5CB

Tints of Heather #ACC5CB

RGB

 RED value IS 172 (67.58% from 255) = 30.07%

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 30.07%
G = 34.44%
B = 35.49%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC5CB (or 0xACC5CB) is known color: Heather. HEX triplet: AC, C5 and CB. RGB value is (172,197,203). Sum of RGB (Red+Green+Blue) = 172+197+203=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CB is #533A34. Grayscale: #BEBEBE. Windows color (decimal): -5454389 or 13354412. OLE color: 13354412.

HSL color Cylindrical-coordinate representation of color #ACC5CB: hue angle of 191.61º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC5CB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 197 203 -
CMYK 0.15 0.03 0 0.20
HSL 191.61º 0.23% 0.74% -
HSV(B) 191.61º 0.15% 0.8% -
XYZ 47.76 53.01 64.22 -
YUV 190.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 172 197 203 0.15 0.03 0 0.20 191.61 0.23 0.74
Hex AC C5 CB F 3 0 14 C0 17 4A
Octal 254 305 313 17 3 0 24 300 27 112
Binary 10101100 11000101 11001011 1111 11 0 10100 11000000 10111 1001010

Color Harmonies of #ACC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5CB

Black with #ACC5CB

Text Example


Text Example

White with #ACC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5CB; }

 p { color: rgb(172,197,203); }

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

background-color css

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

 a { background-color: rgb(172,197,203); }

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

border-color css

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

 span { border-color: rgb(172,197,203); }

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