Html Css Color HEX #ACC2CA Heather

📋 copy color: '#ACC2CA'

red 172 ◦ green 194 ◦ blue 202

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

Shades of Heather #ACC2CA

Tints of Heather #ACC2CA

RGB

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

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

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

R = 30.28%
G = 34.15%
B = 35.56%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC2CA (or 0xACC2CA) is known color: Heather. HEX triplet: AC, C2 and CA. RGB value is (172,194,202). Sum of RGB (Red+Green+Blue) = 172+194+202=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2CA is #533D35. Grayscale: #BCBCBC. Windows color (decimal): -5455158 or 13288108. OLE color: 13288108.

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

Color convert

RGB 172 194 202 -
CMYK 0.15 0.04 0 0.21
HSL 196º 0.22% 0.73% -
HSV(B) 196º 0.15% 0.79% -
XYZ 46.97 51.62 63.37 -
YUV 188.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 172 194 202 0.15 0.04 0 0.21 196 0.22 0.73
Hex AC C2 CA F 4 0 15 C4 16 49
Octal 254 302 312 17 4 0 25 304 26 111
Binary 10101100 11000010 11001010 1111 100 0 10101 11000100 10110 1001001

Color Harmonies of #ACC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2CA

Black with #ACC2CA

Text Example


Text Example

White with #ACC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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