Html Css Color HEX #ABB7BA Casper

📋 copy color: '#ABB7BA'

red 171 ◦ green 183 ◦ blue 186

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

Shades of Casper #ABB7BA

Tints of Casper #ABB7BA

RGB

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

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

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

R = 31.67%
G = 33.89%
B = 34.44%

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

#ABB7BA (or 0xABB7BA) is known color: Casper. HEX triplet: AB, B7 and BA. RGB value is (171,183,186). Sum of RGB (Red+Green+Blue) = 171+183+186=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7BA is #544845. Grayscale: #B3B3B3. Windows color (decimal): -5523526 or 12236715. OLE color: 12236715.

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

Color convert

RGB 171 183 186 -
CMYK 0.08 0.02 0 0.27
HSL 192º 0.1% 0.7% -
HSV(B) 192º 0.08% 0.73% -
XYZ 42.59 46.07 53.1 -
YUV 179.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 171 183 186 0.08 0.02 0 0.27 192 0.1 0.7
Hex AB B7 BA 8 2 0 1B C0 A 46
Octal 253 267 272 10 2 0 33 300 12 106
Binary 10101011 10110111 10111010 1000 10 0 11011 11000000 1010 1000110

Color Harmonies of #ABB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7BA

Black with #ABB7BA

Text Example


Text Example

White with #ABB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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