Html Css Color HEX #ACC5CD Heather

📋 copy color: '#ACC5CD'

red 172 ◦ green 197 ◦ blue 205

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

Shades of Heather #ACC5CD

Tints of Heather #ACC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.32%

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 29.97%
G = 34.32%
B = 35.71%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC5CD (or 0xACC5CD) is known color: Heather. HEX triplet: AC, C5 and CD. RGB value is (172,197,205). Sum of RGB (Red+Green+Blue) = 172+197+205=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5CD is #533A32. Grayscale: #BEBEBE. Windows color (decimal): -5454387 or 13485484. OLE color: 13485484.

HSL color Cylindrical-coordinate representation of color #ACC5CD: hue angle of 194.55º degrees, saturation: 0.25, 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 #ACC5CD is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 197 205 -
CMYK 0.16 0.04 0 0.20
HSL 194.55º 0.25% 0.74% -
HSV(B) 194.55º 0.16% 0.8% -
XYZ 48 53.11 65.48 -
YUV 190.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 172 197 205 0.16 0.04 0 0.20 194.55 0.25 0.74
Hex AC C5 CD 10 4 0 14 C3 19 4A
Octal 254 305 315 20 4 0 24 303 31 112
Binary 10101100 11000101 11001101 10000 100 0 10100 11000011 11001 1001010

Color Harmonies of #ACC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5CD

Black with #ACC5CD

Text Example


Text Example

White with #ACC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5CD; }

 p { color: rgb(172,197,205); }

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

background-color css

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

 a { background-color: rgb(172,197,205); }

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

border-color css

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

 span { border-color: rgb(172,197,205); }

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