Html Css Color HEX #ACC3CC Heather

📋 copy color: '#ACC3CC'

red 172 ◦ green 195 ◦ blue 204

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

Shades of Heather #ACC3CC

Tints of Heather #ACC3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 30.12%
G = 34.15%
B = 35.73%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACC3CC (or 0xACC3CC) is known color: Heather. HEX triplet: AC, C3 and CC. RGB value is (172,195,204). Sum of RGB (Red+Green+Blue) = 172+195+204=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3CC is #533C33. Grayscale: #BDBDBD. Windows color (decimal): -5454900 or 13419436. OLE color: 13419436.

HSL color Cylindrical-coordinate representation of color #ACC3CC: hue angle of 196.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC3CC is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 195 204 -
CMYK 0.16 0.04 0 0.2
HSL 196.88º 0.24% 0.74% -
HSV(B) 196.88º 0.16% 0.8% -
XYZ 47.43 52.16 64.7 -
YUV 189.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 172 195 204 0.16 0.04 0 0.2 196.88 0.24 0.74
Hex AC C3 CC 10 4 0 14 C5 18 4A
Octal 254 303 314 20 4 0 24 305 30 112
Binary 10101100 11000011 11001100 10000 100 0 10100 11000101 11000 1001010

Color Harmonies of #ACC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC3CC

Black with #ACC3CC

Text Example


Text Example

White with #ACC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC3CC; }

 p { color: rgb(172,195,204); }

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

background-color css

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

 a { background-color: rgb(172,195,204); }

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

border-color css

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

 span { border-color: rgb(172,195,204); }

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