Html Css Color HEX #A0B7BE Casper

📋 copy color: '#A0B7BE'

red 160 ◦ green 183 ◦ blue 190

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

Shades of Casper #A0B7BE

Tints of Casper #A0B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.33%

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

R = 30.02%
G = 34.33%
B = 35.65%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A0B7BE (or 0xA0B7BE) is known color: Casper. HEX triplet: A0, B7 and BE. RGB value is (160,183,190). Sum of RGB (Red+Green+Blue) = 160+183+190=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B7BE is #5F4841. Grayscale: #B0B0B0. Windows color (decimal): -6244418 or 12498848. OLE color: 12498848.

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

Color convert

RGB 160 183 190 -
CMYK 0.16 0.04 0 0.25
HSL 194º 0.19% 0.69% -
HSV(B) 194º 0.16% 0.75% -
XYZ 40.72 45.06 55.27 -
YUV 176.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 160 183 190 0.16 0.04 0 0.25 194 0.19 0.69
Hex A0 B7 BE 10 4 0 19 C2 13 45
Octal 240 267 276 20 4 0 31 302 23 105
Binary 10100000 10110111 10111110 10000 100 0 11001 11000010 10011 1000101

Color Harmonies of #A0B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B7BE

Black with #A0B7BE

Text Example


Text Example

White with #A0B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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