Html Css Color HEX #ACC3CA Heather

📋 copy color: '#ACC3CA'

red 172 ◦ green 195 ◦ blue 202

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

Shades of Heather #ACC3CA

Tints of Heather #ACC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

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

R = 30.23%
G = 34.27%
B = 35.5%

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

#ACC3CA (or 0xACC3CA) is known color: Heather. HEX triplet: AC, C3 and CA. RGB value is (172,195,202). Sum of RGB (Red+Green+Blue) = 172+195+202=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3CA is #533C35. Grayscale: #BCBCBC. Windows color (decimal): -5454902 or 13288364. OLE color: 13288364.

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

Color convert

RGB 172 195 202 -
CMYK 0.15 0.03 0 0.21
HSL 194º 0.22% 0.73% -
HSV(B) 194º 0.15% 0.79% -
XYZ 47.19 52.07 63.44 -
YUV 188.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 172 195 202 0.15 0.03 0 0.21 194 0.22 0.73
Hex AC C3 CA F 3 0 15 C2 16 49
Octal 254 303 312 17 3 0 25 302 26 111
Binary 10101100 11000011 11001010 1111 11 0 10101 11000010 10110 1001001

Color Harmonies of #ACC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3CA

Black with #ACC3CA

Text Example


Text Example

White with #ACC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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