Html Css Color HEX #ACBAC7 Heather

📋 copy color: '#ACBAC7'

red 172 ◦ green 186 ◦ blue 199

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

Shades of Heather #ACBAC7

Tints of Heather #ACBAC7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.39%

 BLUE value IS 199 (78.13% from 255) = 35.73%

R = 30.88%
G = 33.39%
B = 35.73%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACBAC7 (or 0xACBAC7) is known color: Heather. HEX triplet: AC, BA and C7. RGB value is (172,186,199). Sum of RGB (Red+Green+Blue) = 172+186+199=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC7 is #534538. Grayscale: #B7B7B7. Windows color (decimal): -5457209 or 13089452. OLE color: 13089452.

HSL color Cylindrical-coordinate representation of color #ACBAC7: hue angle of 208.89º degrees, saturation: 0.19, 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 #ACBAC7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 186 199 -
CMYK 0.14 0.07 0 0.22
HSL 208.89º 0.19% 0.73% -
HSV(B) 208.89º 0.14% 0.78% -
XYZ 44.88 48.01 60.93 -
YUV 183.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 172 186 199 0.14 0.07 0 0.22 208.89 0.19 0.73
Hex AC BA C7 E 7 0 16 D1 13 49
Octal 254 272 307 16 7 0 26 321 23 111
Binary 10101100 10111010 11000111 1110 111 0 10110 11010001 10011 1001001

Color Harmonies of #ACBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBAC7

Black with #ACBAC7

Text Example


Text Example

White with #ACBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBAC7; }

 p { color: rgb(172,186,199); }

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

background-color css

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

 a { background-color: rgb(172,186,199); }

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

border-color css

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

 span { border-color: rgb(172,186,199); }

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