Html Css Color HEX #A0B9BE Casper

📋 copy color: '#A0B9BE'

red 160 ◦ green 185 ◦ blue 190

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

Shades of Casper #A0B9BE

Tints of Casper #A0B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 29.91%
G = 34.58%
B = 35.51%

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

#A0B9BE (or 0xA0B9BE) is known color: Casper. HEX triplet: A0, B9 and BE. RGB value is (160,185,190). Sum of RGB (Red+Green+Blue) = 160+185+190=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9BE is #5F4641. Grayscale: #B2B2B2. Windows color (decimal): -6243906 or 12499360. OLE color: 12499360.

HSL color Cylindrical-coordinate representation of color #A0B9BE: hue angle of 190º 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 #A0B9BE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 185 190 -
CMYK 0.16 0.03 0 0.25
HSL 190º 0.19% 0.69% -
HSV(B) 190º 0.16% 0.75% -
XYZ 41.14 45.89 55.4 -
YUV 178.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 160 185 190 0.16 0.03 0 0.25 190 0.19 0.69
Hex A0 B9 BE 10 3 0 19 BE 13 45
Octal 240 271 276 20 3 0 31 276 23 105
Binary 10100000 10111001 10111110 10000 11 0 11001 10111110 10011 1000101

Color Harmonies of #A0B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B9BE

Black with #A0B9BE

Text Example


Text Example

White with #A0B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B9BE; }

 p { color: rgb(160,185,190); }

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

background-color css

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

 a { background-color: rgb(160,185,190); }

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

border-color css

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

 span { border-color: rgb(160,185,190); }

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