Html Css Color HEX #ACBEC7 Heather

📋 copy color: '#ACBEC7'

red 172 ◦ green 190 ◦ blue 199

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

Shades of Heather #ACBEC7

Tints of Heather #ACBEC7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

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

R = 30.66%
G = 33.87%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACBEC7 (or 0xACBEC7) is known color: Heather. HEX triplet: AC, BE and C7. RGB value is (172,190,199). Sum of RGB (Red+Green+Blue) = 172+190+199=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACBEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC7 is #534138. Grayscale: #B9B9B9. Windows color (decimal): -5456185 or 13090476. OLE color: 13090476.

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

Color convert

RGB 172 190 199 -
CMYK 0.14 0.05 0 0.22
HSL 200º 0.19% 0.73% -
HSV(B) 200º 0.14% 0.78% -
XYZ 45.74 49.72 61.22 -
YUV 185.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 172 190 199 0.14 0.05 0 0.22 200 0.19 0.73
Hex AC BE C7 E 5 0 16 C8 13 49
Octal 254 276 307 16 5 0 26 310 23 111
Binary 10101100 10111110 11000111 1110 101 0 10110 11001000 10011 1001001

Color Harmonies of #ACBEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEC7

Black with #ACBEC7

Text Example


Text Example

White with #ACBEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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