Html Css Color HEX #A2B9BA Casper

📋 copy color: '#A2B9BA'

red 162 ◦ green 185 ◦ blue 186

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

Shades of Casper #A2B9BA

Tints of Casper #A2B9BA

RGB

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

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

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

R = 30.39%
G = 34.71%
B = 34.9%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A2B9BA (or 0xA2B9BA) is known color: Casper. HEX triplet: A2, B9 and BA. RGB value is (162,185,186). Sum of RGB (Red+Green+Blue) = 162+185+186=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B9BA is #5D4645. Grayscale: #B2B2B2. Windows color (decimal): -6112838 or 12237218. OLE color: 12237218.

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

Color convert

RGB 162 185 186 -
CMYK 0.13 0.01 0 0.27
HSL 182.5º 0.15% 0.68% -
HSV(B) 182.5º 0.13% 0.73% -
XYZ 41.11 45.92 53.15 -
YUV 178.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 162 185 186 0.13 0.01 0 0.27 182.5 0.15 0.68
Hex A2 B9 BA D 1 0 1B B6 F 44
Octal 242 271 272 15 1 0 33 266 17 104
Binary 10100010 10111001 10111010 1101 1 0 11011 10110110 1111 1000100

Color Harmonies of #A2B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9BA

Black with #A2B9BA

Text Example


Text Example

White with #A2B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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