Html Css Color HEX #A2B1BA Gull Grey

📋 copy color: '#A2B1BA'

red 162 ◦ green 177 ◦ blue 186

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

Shades of Gull Grey #A2B1BA

Tints of Gull Grey #A2B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 30.86%
G = 33.71%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A2B1BA (or 0xA2B1BA) is known color: Gull Grey. HEX triplet: A2, B1 and BA. RGB value is (162,177,186). Sum of RGB (Red+Green+Blue) = 162+177+186=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1BA is #5D4E45. Grayscale: #ADADAD. Windows color (decimal): -6114886 or 12235170. OLE color: 12235170.

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

Color convert

RGB 162 177 186 -
CMYK 0.13 0.05 0 0.27
HSL 202.5º 0.15% 0.68% -
HSV(B) 202.5º 0.13% 0.73% -
XYZ 39.49 42.67 52.61 -
YUV 173.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 162 177 186 0.13 0.05 0 0.27 202.5 0.15 0.68
Hex A2 B1 BA D 5 0 1B CA F 44
Octal 242 261 272 15 5 0 33 312 17 104
Binary 10100010 10110001 10111010 1101 101 0 11011 11001010 1111 1000100

Color Harmonies of #A2B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B1BA

Black with #A2B1BA

Text Example


Text Example

White with #A2B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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