Html Css Color HEX #ACC0C6 Heather

📋 copy color: '#ACC0C6'

red 172 ◦ green 192 ◦ blue 198

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

Shades of Heather #ACC0C6

Tints of Heather #ACC0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 30.6%
G = 34.16%
B = 35.23%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACC0C6 (or 0xACC0C6) is known color: Heather. HEX triplet: AC, C0 and C6. RGB value is (172,192,198). Sum of RGB (Red+Green+Blue) = 172+192+198=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACC0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0C6 is #533F39. Grayscale: #BABABA. Windows color (decimal): -5455674 or 13025452. OLE color: 13025452.

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

Color convert

RGB 172 192 198 -
CMYK 0.13 0.03 0 0.22
HSL 193.85º 0.19% 0.73% -
HSV(B) 193.85º 0.13% 0.78% -
XYZ 46.06 50.55 60.76 -
YUV 186.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 172 192 198 0.13 0.03 0 0.22 193.85 0.19 0.73
Hex AC C0 C6 D 3 0 16 C2 13 49
Octal 254 300 306 15 3 0 26 302 23 111
Binary 10101100 11000000 11000110 1101 11 0 10110 11000010 10011 1001001

Color Harmonies of #ACC0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0C6

Black with #ACC0C6

Text Example


Text Example

White with #ACC0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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