Html Css Color HEX #ACC2CD Heather

📋 copy color: '#ACC2CD'

red 172 ◦ green 194 ◦ blue 205

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

Shades of Heather #ACC2CD

Tints of Heather #ACC2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.9%

R = 30.12%
G = 33.98%
B = 35.9%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC2CD (or 0xACC2CD) is known color: Heather. HEX triplet: AC, C2 and CD. RGB value is (172,194,205). Sum of RGB (Red+Green+Blue) = 172+194+205=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2CD is #533D32. Grayscale: #BCBCBC. Windows color (decimal): -5455155 or 13484716. OLE color: 13484716.

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

Color convert

RGB 172 194 205 -
CMYK 0.16 0.05 0 0.20
HSL 200º 0.25% 0.74% -
HSV(B) 200º 0.16% 0.8% -
XYZ 47.32 51.76 65.25 -
YUV 188.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 172 194 205 0.16 0.05 0 0.20 200 0.25 0.74
Hex AC C2 CD 10 5 0 14 C8 19 4A
Octal 254 302 315 20 5 0 24 310 31 112
Binary 10101100 11000010 11001101 10000 101 0 10100 11001000 11001 1001010

Color Harmonies of #ACC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2CD

Black with #ACC2CD

Text Example


Text Example

White with #ACC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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