Html Css Color HEX #ACB7BA Casper

📋 copy color: '#ACB7BA'

red 172 ◦ green 183 ◦ blue 186

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

Shades of Casper #ACB7BA

Tints of Casper #ACB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.83%

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 31.79%
G = 33.83%
B = 34.38%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACB7BA (or 0xACB7BA) is known color: Casper. HEX triplet: AC, B7 and BA. RGB value is (172,183,186). Sum of RGB (Red+Green+Blue) = 172+183+186=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BA is #534845. Grayscale: #B4B4B4. Windows color (decimal): -5457990 or 12236716. OLE color: 12236716.

HSL color Cylindrical-coordinate representation of color #ACB7BA: hue angle of 192.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB7BA is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 183 186 -
CMYK 0.08 0.02 0 0.27
HSL 192.86º 0.09% 0.7% -
HSV(B) 192.86º 0.08% 0.73% -
XYZ 42.81 46.18 53.11 -
YUV 180.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 172 183 186 0.08 0.02 0 0.27 192.86 0.09 0.7
Hex AC B7 BA 8 2 0 1B C1 9 46
Octal 254 267 272 10 2 0 33 301 11 106
Binary 10101100 10110111 10111010 1000 10 0 11011 11000001 1001 1000110

Color Harmonies of #ACB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7BA

Black with #ACB7BA

Text Example


Text Example

White with #ACB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7BA; }

 p { color: rgb(172,183,186); }

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

background-color css

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

 a { background-color: rgb(172,183,186); }

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

border-color css

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

 span { border-color: rgb(172,183,186); }

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