Html Css Color HEX #ACBDC0 Casper

📋 copy color: '#ACBDC0'

red 172 ◦ green 189 ◦ blue 192

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

Shades of Casper #ACBDC0

Tints of Casper #ACBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.18%

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 31.1%
G = 34.18%
B = 34.72%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACBDC0 (or 0xACBDC0) is known color: Casper. HEX triplet: AC, BD and C0. RGB value is (172,189,192). Sum of RGB (Red+Green+Blue) = 172+189+192=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC0 is #53423F. Grayscale: #B8B8B8. Windows color (decimal): -5456448 or 12631468. OLE color: 12631468.

HSL color Cylindrical-coordinate representation of color #ACBDC0: hue angle of 189º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBDC0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 189 192 -
CMYK 0.10 0.02 0 0.25
HSL 189º 0.14% 0.71% -
HSV(B) 189º 0.1% 0.75% -
XYZ 44.73 48.97 56.96 -
YUV 184.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 172 189 192 0.10 0.02 0 0.25 189 0.14 0.71
Hex AC BD C0 A 2 0 19 BD E 47
Octal 254 275 300 12 2 0 31 275 16 107
Binary 10101100 10111101 11000000 1010 10 0 11001 10111101 1110 1000111

Color Harmonies of #ACBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDC0

Black with #ACBDC0

Text Example


Text Example

White with #ACBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDC0; }

 p { color: rgb(172,189,192); }

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

background-color css

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

 a { background-color: rgb(172,189,192); }

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

border-color css

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

 span { border-color: rgb(172,189,192); }

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