Html Css Color HEX #ACBABE Casper

📋 copy color: '#ACBABE'

red 172 ◦ green 186 ◦ blue 190

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

Shades of Casper #ACBABE

Tints of Casper #ACBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 31.39%
G = 33.94%
B = 34.67%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACBABE (or 0xACBABE) is known color: Casper. HEX triplet: AC, BA and BE. RGB value is (172,186,190). Sum of RGB (Red+Green+Blue) = 172+186+190=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABE is #534541. Grayscale: #B6B6B6. Windows color (decimal): -5457218 or 12499628. OLE color: 12499628.

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

Color convert

RGB 172 186 190 -
CMYK 0.09 0.02 0 0.25
HSL 193.33º 0.12% 0.71% -
HSV(B) 193.33º 0.09% 0.75% -
XYZ 43.87 47.61 55.59 -
YUV 182.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 172 186 190 0.09 0.02 0 0.25 193.33 0.12 0.71
Hex AC BA BE 9 2 0 19 C1 C 47
Octal 254 272 276 11 2 0 31 301 14 107
Binary 10101100 10111010 10111110 1001 10 0 11001 11000001 1100 1000111

Color Harmonies of #ACBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBABE

Black with #ACBABE

Text Example


Text Example

White with #ACBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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