Html Css Color HEX #ACC2CB Heather

📋 copy color: '#ACC2CB'

red 172 ◦ green 194 ◦ blue 203

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

Shades of Heather #ACC2CB

Tints of Heather #ACC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

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

R = 30.23%
G = 34.09%
B = 35.68%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC2CB (or 0xACC2CB) is known color: Heather. HEX triplet: AC, C2 and CB. RGB value is (172,194,203). Sum of RGB (Red+Green+Blue) = 172+194+203=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2CB is #533D34. Grayscale: #BCBCBC. Windows color (decimal): -5455157 or 13353644. OLE color: 13353644.

HSL color Cylindrical-coordinate representation of color #ACC2CB: hue angle of 197.42º 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 #ACC2CB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 194 203 -
CMYK 0.15 0.04 0 0.20
HSL 197.42º 0.23% 0.74% -
HSV(B) 197.42º 0.15% 0.8% -
XYZ 47.08 51.67 63.99 -
YUV 188.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 172 194 203 0.15 0.04 0 0.20 197.42 0.23 0.74
Hex AC C2 CB F 4 0 14 C5 17 4A
Octal 254 302 313 17 4 0 24 305 27 112
Binary 10101100 11000010 11001011 1111 100 0 10100 11000101 10111 1001010

Color Harmonies of #ACC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2CB

Black with #ACC2CB

Text Example


Text Example

White with #ACC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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