Html Css Color HEX #ACC0CE Heather

📋 copy color: '#ACC0CE'

red 172 ◦ green 192 ◦ blue 206

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

Shades of Heather #ACC0CE

Tints of Heather #ACC0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 30.18%
G = 33.68%
B = 36.14%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACC0CE (or 0xACC0CE) is known color: Heather. HEX triplet: AC, C0 and CE. RGB value is (172,192,206). Sum of RGB (Red+Green+Blue) = 172+192+206=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0CE is #533F31. Grayscale: #BBBBBB. Windows color (decimal): -5455666 or 13549740. OLE color: 13549740.

HSL color Cylindrical-coordinate representation of color #ACC0CE: hue angle of 204.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC0CE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 192 206 -
CMYK 0.17 0.07 0 0.19
HSL 204.71º 0.26% 0.74% -
HSV(B) 204.71º 0.17% 0.81% -
XYZ 47 50.93 65.74 -
YUV 187.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 172 192 206 0.17 0.07 0 0.19 204.71 0.26 0.74
Hex AC C0 CE 11 7 0 13 CD 1A 4A
Octal 254 300 316 21 7 0 23 315 32 112
Binary 10101100 11000000 11001110 10001 111 0 10011 11001101 11010 1001010

Color Harmonies of #ACC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0CE

Black with #ACC0CE

Text Example


Text Example

White with #ACC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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