Html Css Color HEX #ACB4BC Heather

📋 copy color: '#ACB4BC'

red 172 ◦ green 180 ◦ blue 188

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

Shades of Heather #ACB4BC

Tints of Heather #ACB4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.33%

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 31.85%
G = 33.33%
B = 34.81%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACB4BC (or 0xACB4BC) is known color: Heather. HEX triplet: AC, B4 and BC. RGB value is (172,180,188). Sum of RGB (Red+Green+Blue) = 172+180+188=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4BC is #534B43. Grayscale: #B2B2B2. Windows color (decimal): -5458756 or 12367020. OLE color: 12367020.

HSL color Cylindrical-coordinate representation of color #ACB4BC: hue angle of 210º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB4BC is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 180 188 -
CMYK 0.09 0.04 0 0.26
HSL 210º 0.11% 0.71% -
HSV(B) 210º 0.09% 0.74% -
XYZ 42.41 45.04 54.04 -
YUV 178.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 172 180 188 0.09 0.04 0 0.26 210 0.11 0.71
Hex AC B4 BC 9 4 0 1A D2 B 47
Octal 254 264 274 11 4 0 32 322 13 107
Binary 10101100 10110100 10111100 1001 100 0 11010 11010010 1011 1000111

Color Harmonies of #ACB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4BC

Black with #ACB4BC

Text Example


Text Example

White with #ACB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4BC; }

 p { color: rgb(172,180,188); }

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

background-color css

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

 a { background-color: rgb(172,180,188); }

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

border-color css

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

 span { border-color: rgb(172,180,188); }

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