Html Css Color HEX #A8BABF Casper

📋 copy color: '#A8BABF'

red 168 ◦ green 186 ◦ blue 191

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

Shades of Casper #A8BABF

Tints of Casper #A8BABF

RGB

 RED value IS 168 (66.02% from 255) = 30.83%

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

 BLUE value IS 191 (75% from 255) = 35.05%

R = 30.83%
G = 34.13%
B = 35.05%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8BABF (or 0xA8BABF) is known color: Casper. HEX triplet: A8, BA and BF. RGB value is (168,186,191). Sum of RGB (Red+Green+Blue) = 168+186+191=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BABF is #574540. Grayscale: #B5B5B5. Windows color (decimal): -5719361 or 12565160. OLE color: 12565160.

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

Color convert

RGB 168 186 191 -
CMYK 0.12 0.03 0 0.25
HSL 193.04º 0.15% 0.7% -
HSV(B) 193.04º 0.12% 0.75% -
XYZ 43.11 47.2 56.13 -
YUV 181.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 168 186 191 0.12 0.03 0 0.25 193.04 0.15 0.7
Hex A8 BA BF C 3 0 19 C1 F 46
Octal 250 272 277 14 3 0 31 301 17 106
Binary 10101000 10111010 10111111 1100 11 0 11001 11000001 1111 1000110

Color Harmonies of #A8BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BABF

Black with #A8BABF

Text Example


Text Example

White with #A8BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BABF; }

 p { color: rgb(168,186,191); }

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

background-color css

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

 a { background-color: rgb(168,186,191); }

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

border-color css

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

 span { border-color: rgb(168,186,191); }

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