Html Css Color HEX #ACC4CA Heather

📋 copy color: '#ACC4CA'

red 172 ◦ green 196 ◦ blue 202

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

Shades of Heather #ACC4CA

Tints of Heather #ACC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 30.18%
G = 34.39%
B = 35.44%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC4CA (or 0xACC4CA) is known color: Heather. HEX triplet: AC, C4 and CA. RGB value is (172,196,202). Sum of RGB (Red+Green+Blue) = 172+196+202=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4CA is #533B35. Grayscale: #BDBDBD. Windows color (decimal): -5454646 or 13288620. OLE color: 13288620.

HSL color Cylindrical-coordinate representation of color #ACC4CA: hue angle of 192º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC4CA is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 196 202 -
CMYK 0.15 0.03 0 0.21
HSL 192º 0.22% 0.73% -
HSV(B) 192º 0.15% 0.79% -
XYZ 47.41 52.51 63.51 -
YUV 189.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 172 196 202 0.15 0.03 0 0.21 192 0.22 0.73
Hex AC C4 CA F 3 0 15 C0 16 49
Octal 254 304 312 17 3 0 25 300 26 111
Binary 10101100 11000100 11001010 1111 11 0 10101 11000000 10110 1001001

Color Harmonies of #ACC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4CA

Black with #ACC4CA

Text Example


Text Example

White with #ACC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4CA; }

 p { color: rgb(172,196,202); }

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

background-color css

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

 a { background-color: rgb(172,196,202); }

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

border-color css

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

 span { border-color: rgb(172,196,202); }

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