Html Css Color HEX #ABB6BA Casper

📋 copy color: '#ABB6BA'

red 171 ◦ green 182 ◦ blue 186

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

Shades of Casper #ABB6BA

Tints of Casper #ABB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

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

R = 31.73%
G = 33.77%
B = 34.51%

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

#ABB6BA (or 0xABB6BA) is known color: Casper. HEX triplet: AB, B6 and BA. RGB value is (171,182,186). Sum of RGB (Red+Green+Blue) = 171+182+186=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #ABB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6BA is #544945. Grayscale: #B3B3B3. Windows color (decimal): -5523782 or 12236459. OLE color: 12236459.

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

Color convert

RGB 171 182 186 -
CMYK 0.08 0.02 0 0.27
HSL 196º 0.1% 0.7% -
HSV(B) 196º 0.08% 0.73% -
XYZ 42.39 45.66 53.03 -
YUV 179.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 171 182 186 0.08 0.02 0 0.27 196 0.1 0.7
Hex AB B6 BA 8 2 0 1B C4 A 46
Octal 253 266 272 10 2 0 33 304 12 106
Binary 10101011 10110110 10111010 1000 10 0 11011 11000100 1010 1000110

Color Harmonies of #ABB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6BA

Black with #ABB6BA

Text Example


Text Example

White with #ABB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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