Html Css Color HEX #ACC1CA Heather

📋 copy color: '#ACC1CA'

red 172 ◦ green 193 ◦ blue 202

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

Shades of Heather #ACC1CA

Tints of Heather #ACC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.04%

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

R = 30.34%
G = 34.04%
B = 35.63%

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

#ACC1CA (or 0xACC1CA) is known color: Heather. HEX triplet: AC, C1 and CA. RGB value is (172,193,202). Sum of RGB (Red+Green+Blue) = 172+193+202=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CA is #533E35. Grayscale: #BBBBBB. Windows color (decimal): -5455414 or 13287852. OLE color: 13287852.

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

Color convert

RGB 172 193 202 -
CMYK 0.15 0.04 0 0.21
HSL 198º 0.22% 0.73% -
HSV(B) 198º 0.15% 0.79% -
XYZ 46.74 51.17 63.29 -
YUV 187.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 172 193 202 0.15 0.04 0 0.21 198 0.22 0.73
Hex AC C1 CA F 4 0 15 C6 16 49
Octal 254 301 312 17 4 0 25 306 26 111
Binary 10101100 11000001 11001010 1111 100 0 10101 11000110 10110 1001001

Color Harmonies of #ACC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1CA

Black with #ACC1CA

Text Example


Text Example

White with #ACC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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