Html Css Color HEX #ACB8C3 Heather

📋 copy color: '#ACB8C3'

red 172 ◦ green 184 ◦ blue 195

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

Shades of Heather #ACB8C3

Tints of Heather #ACB8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.39%

R = 31.22%
G = 33.39%
B = 35.39%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB8C3 (or 0xACB8C3) is known color: Heather. HEX triplet: AC, B8 and C3. RGB value is (172,184,195). Sum of RGB (Red+Green+Blue) = 172+184+195=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8C3 is #53473C. Grayscale: #B5B5B5. Windows color (decimal): -5457725 or 12826796. OLE color: 12826796.

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

Color convert

RGB 172 184 195 -
CMYK 0.12 0.06 0 0.24
HSL 208.7º 0.16% 0.72% -
HSV(B) 208.7º 0.12% 0.76% -
XYZ 44 46.99 58.38 -
YUV 181.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 172 184 195 0.12 0.06 0 0.24 208.7 0.16 0.72
Hex AC B8 C3 C 6 0 18 D1 10 48
Octal 254 270 303 14 6 0 30 321 20 110
Binary 10101100 10111000 11000011 1100 110 0 11000 11010001 10000 1001000

Color Harmonies of #ACB8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8C3

Black with #ACB8C3

Text Example


Text Example

White with #ACB8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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