Html Css Color HEX #ACC2CE Heather

📋 copy color: '#ACC2CE'

red 172 ◦ green 194 ◦ blue 206

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

Shades of Heather #ACC2CE

Tints of Heather #ACC2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

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

R = 30.07%
G = 33.92%
B = 36.01%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACC2CE (or 0xACC2CE) is known color: Heather. HEX triplet: AC, C2 and CE. RGB value is (172,194,206). Sum of RGB (Red+Green+Blue) = 172+194+206=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2CE is #533D31. Grayscale: #BCBCBC. Windows color (decimal): -5455154 or 13550252. OLE color: 13550252.

HSL color Cylindrical-coordinate representation of color #ACC2CE: hue angle of 201.18º 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 #ACC2CE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 194 206 -
CMYK 0.17 0.06 0 0.19
HSL 201.18º 0.26% 0.74% -
HSV(B) 201.18º 0.17% 0.81% -
XYZ 47.45 51.81 65.89 -
YUV 188.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 172 194 206 0.17 0.06 0 0.19 201.18 0.26 0.74
Hex AC C2 CE 11 6 0 13 C9 1A 4A
Octal 254 302 316 21 6 0 23 311 32 112
Binary 10101100 11000010 11001110 10001 110 0 10011 11001001 11010 1001010

Color Harmonies of #ACC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2CE

Black with #ACC2CE

Text Example


Text Example

White with #ACC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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