Html Css Color HEX #ACBDC5 Heather

📋 copy color: '#ACBDC5'

red 172 ◦ green 189 ◦ blue 197

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

Shades of Heather #ACBDC5

Tints of Heather #ACBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.87%

 BLUE value IS 197 (77.34% from 255) = 35.3%

R = 30.82%
G = 33.87%
B = 35.3%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACBDC5 (or 0xACBDC5) is known color: Heather. HEX triplet: AC, BD and C5. RGB value is (172,189,197). Sum of RGB (Red+Green+Blue) = 172+189+197=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC5 is #53423A. Grayscale: #B8B8B8. Windows color (decimal): -5456443 or 12959148. OLE color: 12959148.

HSL color Cylindrical-coordinate representation of color #ACBDC5: hue angle of 199.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBDC5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 189 197 -
CMYK 0.13 0.04 0 0.23
HSL 199.2º 0.18% 0.72% -
HSV(B) 199.2º 0.13% 0.77% -
XYZ 45.29 49.2 59.93 -
YUV 184.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 172 189 197 0.13 0.04 0 0.23 199.2 0.18 0.72
Hex AC BD C5 D 4 0 17 C7 12 48
Octal 254 275 305 15 4 0 27 307 22 110
Binary 10101100 10111101 11000101 1101 100 0 10111 11000111 10010 1001000

Color Harmonies of #ACBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDC5

Black with #ACBDC5

Text Example


Text Example

White with #ACBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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