Html Css Color HEX #ACBBC0 Heather

📋 copy color: '#ACBBC0'

red 172 ◦ green 187 ◦ blue 192

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

Shades of Heather #ACBBC0

Tints of Heather #ACBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.94%

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 31.22%
G = 33.94%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACBBC0 (or 0xACBBC0) is known color: Heather. HEX triplet: AC, BB and C0. RGB value is (172,187,192). Sum of RGB (Red+Green+Blue) = 172+187+192=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC0 is #53443F. Grayscale: #B7B7B7. Windows color (decimal): -5456960 or 12630956. OLE color: 12630956.

HSL color Cylindrical-coordinate representation of color #ACBBC0: hue angle of 195º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBBC0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 187 192 -
CMYK 0.10 0.03 0 0.25
HSL 195º 0.14% 0.71% -
HSV(B) 195º 0.1% 0.75% -
XYZ 44.3 48.12 56.82 -
YUV 183.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 172 187 192 0.10 0.03 0 0.25 195 0.14 0.71
Hex AC BB C0 A 3 0 19 C3 E 47
Octal 254 273 300 12 3 0 31 303 16 107
Binary 10101100 10111011 11000000 1010 11 0 11001 11000011 1110 1000111

Color Harmonies of #ACBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBC0

Black with #ACBBC0

Text Example


Text Example

White with #ACBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBC0; }

 p { color: rgb(172,187,192); }

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

background-color css

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

 a { background-color: rgb(172,187,192); }

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

border-color css

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

 span { border-color: rgb(172,187,192); }

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