Html Css Color HEX #A0BABB Casper

📋 copy color: '#A0BABB'

red 160 ◦ green 186 ◦ blue 187

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

Shades of Casper #A0BABB

Tints of Casper #A0BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 30.02%
G = 34.9%
B = 35.08%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A0BABB (or 0xA0BABB) is known color: Casper. HEX triplet: A0, BA and BB. RGB value is (160,186,187). Sum of RGB (Red+Green+Blue) = 160+186+187=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BABB is #5F4544. Grayscale: #B2B2B2. Windows color (decimal): -6243653 or 12303008. OLE color: 12303008.

HSL color Cylindrical-coordinate representation of color #A0BABB: hue angle of 182.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BABB is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 187 -
CMYK 0.14 0.01 0 0.27
HSL 182.22º 0.17% 0.68% -
HSV(B) 182.22º 0.14% 0.73% -
XYZ 41.03 46.18 53.76 -
YUV 178.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 160 186 187 0.14 0.01 0 0.27 182.22 0.17 0.68
Hex A0 BA BB E 1 0 1B B6 11 44
Octal 240 272 273 16 1 0 33 266 21 104
Binary 10100000 10111010 10111011 1110 1 0 11011 10110110 10001 1000100

Color Harmonies of #A0BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BABB

Black with #A0BABB

Text Example


Text Example

White with #A0BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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