Html Css Color HEX #ABBABD Casper

📋 copy color: '#ABBABD'

red 171 ◦ green 186 ◦ blue 189

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

Shades of Casper #ABBABD

Tints of Casper #ABBABD

RGB

 RED value IS 171 (67.19% from 255) = 31.32%

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

 BLUE value IS 189 (74.22% from 255) = 34.62%

R = 31.32%
G = 34.07%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABBABD (or 0xABBABD) is known color: Casper. HEX triplet: AB, BA and BD. RGB value is (171,186,189). Sum of RGB (Red+Green+Blue) = 171+186+189=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABBABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABD is #544542. Grayscale: #B5B5B5. Windows color (decimal): -5522755 or 12434091. OLE color: 12434091.

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

Color convert

RGB 171 186 189 -
CMYK 0.10 0.02 0 0.26
HSL 190º 0.12% 0.71% -
HSV(B) 190º 0.1% 0.74% -
XYZ 43.54 47.45 55.01 -
YUV 181.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 171 186 189 0.10 0.02 0 0.26 190 0.12 0.71
Hex AB BA BD A 2 0 1A BE C 47
Octal 253 272 275 12 2 0 32 276 14 107
Binary 10101011 10111010 10111101 1010 10 0 11010 10111110 1100 1000111

Color Harmonies of #ABBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBABD

Black with #ABBABD

Text Example


Text Example

White with #ABBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBABD; }

 p { color: rgb(171,186,189); }

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

background-color css

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

 a { background-color: rgb(171,186,189); }

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

border-color css

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

 span { border-color: rgb(171,186,189); }

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