Html Css Color HEX #A2B9BE Casper

📋 copy color: '#A2B9BE'

red 162 ◦ green 185 ◦ blue 190

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

Shades of Casper #A2B9BE

Tints of Casper #A2B9BE

RGB

 RED value IS 162 (63.67% from 255) = 30.17%

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

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

R = 30.17%
G = 34.45%
B = 35.38%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A2B9BE (or 0xA2B9BE) is known color: Casper. HEX triplet: A2, B9 and BE. RGB value is (162,185,190). Sum of RGB (Red+Green+Blue) = 162+185+190=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B9BE is #5D4641. Grayscale: #B2B2B2. Windows color (decimal): -6112834 or 12499362. OLE color: 12499362.

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

Color convert

RGB 162 185 190 -
CMYK 0.15 0.03 0 0.25
HSL 190.71º 0.18% 0.69% -
HSV(B) 190.71º 0.15% 0.75% -
XYZ 41.54 46.1 55.42 -
YUV 178.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 162 185 190 0.15 0.03 0 0.25 190.71 0.18 0.69
Hex A2 B9 BE F 3 0 19 BF 12 45
Octal 242 271 276 17 3 0 31 277 22 105
Binary 10100010 10111001 10111110 1111 11 0 11001 10111111 10010 1000101

Color Harmonies of #A2B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9BE

Black with #A2B9BE

Text Example


Text Example

White with #A2B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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