Html Css Color HEX #ACC2CF Heather

📋 copy color: '#ACC2CF'

red 172 ◦ green 194 ◦ blue 207

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

Shades of Heather #ACC2CF

Tints of Heather #ACC2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 30.02%
G = 33.86%
B = 36.13%

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

#ACC2CF (or 0xACC2CF) is known color: Heather. HEX triplet: AC, C2 and CF. RGB value is (172,194,207). Sum of RGB (Red+Green+Blue) = 172+194+207=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2CF is #533D30. Grayscale: #BCBCBC. Windows color (decimal): -5455153 or 13615788. OLE color: 13615788.

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

Color convert

RGB 172 194 207 -
CMYK 0.17 0.06 0 0.19
HSL 202.29º 0.27% 0.74% -
HSV(B) 202.29º 0.17% 0.81% -
XYZ 47.57 51.86 66.53 -
YUV 188.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 172 194 207 0.17 0.06 0 0.19 202.29 0.27 0.74
Hex AC C2 CF 11 6 0 13 CA 1B 4A
Octal 254 302 317 21 6 0 23 312 33 112
Binary 10101100 11000010 11001111 10001 110 0 10011 11001010 11011 1001010

Color Harmonies of #ACC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2CF

Black with #ACC2CF

Text Example


Text Example

White with #ACC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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