Html Css Color HEX #A2B5BD Casper

📋 copy color: '#A2B5BD'

red 162 ◦ green 181 ◦ blue 189

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

Shades of Casper #A2B5BD

Tints of Casper #A2B5BD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.02%

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 30.45%
G = 34.02%
B = 35.53%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A2B5BD (or 0xA2B5BD) is known color: Casper. HEX triplet: A2, B5 and BD. RGB value is (162,181,189). Sum of RGB (Red+Green+Blue) = 162+181+189=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #A2B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B5BD is #5D4A42. Grayscale: #B0B0B0. Windows color (decimal): -6113859 or 12432802. OLE color: 12432802.

HSL color Cylindrical-coordinate representation of color #A2B5BD: hue angle of 197.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B5BD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 181 189 -
CMYK 0.14 0.04 0 0.26
HSL 197.78º 0.17% 0.69% -
HSV(B) 197.78º 0.14% 0.74% -
XYZ 40.61 44.4 54.57 -
YUV 176.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 162 181 189 0.14 0.04 0 0.26 197.78 0.17 0.69
Hex A2 B5 BD E 4 0 1A C6 11 45
Octal 242 265 275 16 4 0 32 306 21 105
Binary 10100010 10110101 10111101 1110 100 0 11010 11000110 10001 1000101

Color Harmonies of #A2B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5BD

Black with #A2B5BD

Text Example


Text Example

White with #A2B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B5BD; }

 p { color: rgb(162,181,189); }

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

background-color css

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

 a { background-color: rgb(162,181,189); }

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

border-color css

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

 span { border-color: rgb(162,181,189); }

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