Html Css Color HEX #ACBDC3 Heather

📋 copy color: '#ACBDC3'

red 172 ◦ green 189 ◦ blue 195

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

Shades of Heather #ACBDC3

Tints of Heather #ACBDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.07%

R = 30.94%
G = 33.99%
B = 35.07%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACBDC3 (or 0xACBDC3) is known color: Heather. HEX triplet: AC, BD and C3. RGB value is (172,189,195). Sum of RGB (Red+Green+Blue) = 172+189+195=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC3 is #53423C. Grayscale: #B8B8B8. Windows color (decimal): -5456445 or 12828076. OLE color: 12828076.

HSL color Cylindrical-coordinate representation of color #ACBDC3: hue angle of 195.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBDC3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 189 195 -
CMYK 0.12 0.03 0 0.24
HSL 195.65º 0.16% 0.72% -
HSV(B) 195.65º 0.12% 0.76% -
XYZ 45.06 49.11 58.73 -
YUV 184.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 172 189 195 0.12 0.03 0 0.24 195.65 0.16 0.72
Hex AC BD C3 C 3 0 18 C4 10 48
Octal 254 275 303 14 3 0 30 304 20 110
Binary 10101100 10111101 11000011 1100 11 0 11000 11000100 10000 1001000

Color Harmonies of #ACBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDC3

Black with #ACBDC3

Text Example


Text Example

White with #ACBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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