Html Css Color HEX #A2B6BA Casper

📋 copy color: '#A2B6BA'

red 162 ◦ green 182 ◦ blue 186

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

Shades of Casper #A2B6BA

Tints of Casper #A2B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.34%

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

R = 30.57%
G = 34.34%
B = 35.09%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A2B6BA (or 0xA2B6BA) is known color: Casper. HEX triplet: A2, B6 and BA. RGB value is (162,182,186). Sum of RGB (Red+Green+Blue) = 162+182+186=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B6BA is #5D4945. Grayscale: #B0B0B0. Windows color (decimal): -6113606 or 12236450. OLE color: 12236450.

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

Color convert

RGB 162 182 186 -
CMYK 0.13 0.02 0 0.27
HSL 190º 0.15% 0.68% -
HSV(B) 190º 0.13% 0.73% -
XYZ 40.49 44.68 52.94 -
YUV 176.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 162 182 186 0.13 0.02 0 0.27 190 0.15 0.68
Hex A2 B6 BA D 2 0 1B BE F 44
Octal 242 266 272 15 2 0 33 276 17 104
Binary 10100010 10110110 10111010 1101 10 0 11011 10111110 1111 1000100

Color Harmonies of #A2B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B6BA

Black with #A2B6BA

Text Example


Text Example

White with #A2B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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