Html Css Color HEX #ACB7BB Casper

📋 copy color: '#ACB7BB'

red 172 ◦ green 183 ◦ blue 187

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

Shades of Casper #ACB7BB

Tints of Casper #ACB7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 31.73%
G = 33.76%
B = 34.5%

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

#ACB7BB (or 0xACB7BB) is known color: Casper. HEX triplet: AC, B7 and BB. RGB value is (172,183,187). Sum of RGB (Red+Green+Blue) = 172+183+187=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BB is #534844. Grayscale: #B4B4B4. Windows color (decimal): -5457989 or 12302252. OLE color: 12302252.

HSL color Cylindrical-coordinate representation of color #ACB7BB: hue angle of 196º degrees, saturation: 0.1, 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 #ACB7BB is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 183 187 -
CMYK 0.08 0.02 0 0.27
HSL 196º 0.1% 0.7% -
HSV(B) 196º 0.08% 0.73% -
XYZ 42.92 46.23 53.67 -
YUV 180.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 172 183 187 0.08 0.02 0 0.27 196 0.1 0.7
Hex AC B7 BB 8 2 0 1B C4 A 46
Octal 254 267 273 10 2 0 33 304 12 106
Binary 10101100 10110111 10111011 1000 10 0 11011 11000100 1010 1000110

Color Harmonies of #ACB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7BB

Black with #ACB7BB

Text Example


Text Example

White with #ACB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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