Html Css Color HEX #ACC0CA Heather

📋 copy color: '#ACC0CA'

red 172 ◦ green 192 ◦ blue 202

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

Shades of Heather #ACC0CA

Tints of Heather #ACC0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.92%

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

R = 30.39%
G = 33.92%
B = 35.69%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ACC0CA (or 0xACC0CA) is known color: Heather. HEX triplet: AC, C0 and CA. RGB value is (172,192,202). Sum of RGB (Red+Green+Blue) = 172+192+202=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CA is #533F35. Grayscale: #BBBBBB. Windows color (decimal): -5455670 or 13287596. OLE color: 13287596.

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

Color convert

RGB 172 192 202 -
CMYK 0.15 0.05 0 0.21
HSL 200º 0.22% 0.73% -
HSV(B) 200º 0.15% 0.79% -
XYZ 46.52 50.73 63.22 -
YUV 187.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 172 192 202 0.15 0.05 0 0.21 200 0.22 0.73
Hex AC C0 CA F 5 0 15 C8 16 49
Octal 254 300 312 17 5 0 25 310 26 111
Binary 10101100 11000000 11001010 1111 101 0 10101 11001000 10110 1001001

Color Harmonies of #ACC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0CA

Black with #ACC0CA

Text Example


Text Example

White with #ACC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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