Html Css Color HEX #ACB8C6 Heather

📋 copy color: '#ACB8C6'

red 172 ◦ green 184 ◦ blue 198

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

Shades of Heather #ACB8C6

Tints of Heather #ACB8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.74%

R = 31.05%
G = 33.21%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACB8C6 (or 0xACB8C6) is known color: Heather. HEX triplet: AC, B8 and C6. RGB value is (172,184,198). Sum of RGB (Red+Green+Blue) = 172+184+198=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACB8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8C6 is #534739. Grayscale: #B5B5B5. Windows color (decimal): -5457722 or 13023404. OLE color: 13023404.

HSL color Cylindrical-coordinate representation of color #ACB8C6: hue angle of 212.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB8C6 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 184 198 -
CMYK 0.13 0.07 0 0.22
HSL 212.31º 0.19% 0.73% -
HSV(B) 212.31º 0.13% 0.78% -
XYZ 44.35 47.13 60.19 -
YUV 182.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 172 184 198 0.13 0.07 0 0.22 212.31 0.19 0.73
Hex AC B8 C6 D 7 0 16 D4 13 49
Octal 254 270 306 15 7 0 26 324 23 111
Binary 10101100 10111000 11000110 1101 111 0 10110 11010100 10011 1001001

Color Harmonies of #ACB8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8C6

Black with #ACB8C6

Text Example


Text Example

White with #ACB8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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