Html Css Color HEX #A0BABF Casper

📋 copy color: '#A0BABF'

red 160 ◦ green 186 ◦ blue 191

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

Shades of Casper #A0BABF

Tints of Casper #A0BABF

RGB

 RED value IS 160 (62.89% from 255) = 29.8%

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

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

R = 29.8%
G = 34.64%
B = 35.57%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0BABF (or 0xA0BABF) is known color: Casper. HEX triplet: A0, BA and BF. RGB value is (160,186,191). Sum of RGB (Red+Green+Blue) = 160+186+191=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BABF is #5F4540. Grayscale: #B2B2B2. Windows color (decimal): -6243649 or 12565152. OLE color: 12565152.

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

Color convert

RGB 160 186 191 -
CMYK 0.16 0.03 0 0.25
HSL 189.68º 0.19% 0.69% -
HSV(B) 189.68º 0.16% 0.75% -
XYZ 41.46 46.35 56.05 -
YUV 178.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 160 186 191 0.16 0.03 0 0.25 189.68 0.19 0.69
Hex A0 BA BF 10 3 0 19 BE 13 45
Octal 240 272 277 20 3 0 31 276 23 105
Binary 10100000 10111010 10111111 10000 11 0 11001 10111110 10011 1000101

Color Harmonies of #A0BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BABF

Black with #A0BABF

Text Example


Text Example

White with #A0BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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