Html Css Color HEX #ACB8C4 Heather

📋 copy color: '#ACB8C4'

red 172 ◦ green 184 ◦ blue 196

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

Shades of Heather #ACB8C4

Tints of Heather #ACB8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.33%

 BLUE value IS 196 (76.95% from 255) = 35.51%

R = 31.16%
G = 33.33%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACB8C4 (or 0xACB8C4) is known color: Heather. HEX triplet: AC, B8 and C4. RGB value is (172,184,196). Sum of RGB (Red+Green+Blue) = 172+184+196=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACB8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8C4 is #53473B. Grayscale: #B5B5B5. Windows color (decimal): -5457724 or 12892332. OLE color: 12892332.

HSL color Cylindrical-coordinate representation of color #ACB8C4: hue angle of 210º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB8C4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 184 196 -
CMYK 0.12 0.06 0 0.23
HSL 210º 0.17% 0.72% -
HSV(B) 210º 0.12% 0.77% -
XYZ 44.12 47.04 58.98 -
YUV 181.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 172 184 196 0.12 0.06 0 0.23 210 0.17 0.72
Hex AC B8 C4 C 6 0 17 D2 11 48
Octal 254 270 304 14 6 0 27 322 21 110
Binary 10101100 10111000 11000100 1100 110 0 10111 11010010 10001 1001000

Color Harmonies of #ACB8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8C4

Black with #ACB8C4

Text Example


Text Example

White with #ACB8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8C4; }

 p { color: rgb(172,184,196); }

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

background-color css

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

 a { background-color: rgb(172,184,196); }

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

border-color css

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

 span { border-color: rgb(172,184,196); }

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