Html Css Color HEX #ACBDC8 Heather

📋 copy color: '#ACBDC8'

red 172 ◦ green 189 ◦ blue 200

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

Shades of Heather #ACBDC8

Tints of Heather #ACBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.65%

R = 30.66%
G = 33.69%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACBDC8 (or 0xACBDC8) is known color: Heather. HEX triplet: AC, BD and C8. RGB value is (172,189,200). Sum of RGB (Red+Green+Blue) = 172+189+200=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #ACBDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC8 is #534237. Grayscale: #B9B9B9. Windows color (decimal): -5456440 or 13155756. OLE color: 13155756.

HSL color Cylindrical-coordinate representation of color #ACBDC8: hue angle of 203.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBDC8 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 189 200 -
CMYK 0.14 0.06 0 0.22
HSL 203.57º 0.2% 0.73% -
HSV(B) 203.57º 0.14% 0.78% -
XYZ 45.64 49.34 61.76 -
YUV 185.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 172 189 200 0.14 0.06 0 0.22 203.57 0.2 0.73
Hex AC BD C8 E 6 0 16 CC 14 49
Octal 254 275 310 16 6 0 26 314 24 111
Binary 10101100 10111101 11001000 1110 110 0 10110 11001100 10100 1001001

Color Harmonies of #ACBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDC8

Black with #ACBDC8

Text Example


Text Example

White with #ACBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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