Html Css Color HEX #ABB0B2 Gull Grey

📋 copy color: '#ABB0B2'

red 171 ◦ green 176 ◦ blue 178

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

Shades of Gull Grey #ABB0B2

Tints of Gull Grey #ABB0B2

RGB

 RED value IS 171 (67.19% from 255) = 32.57%

 GREEN value IS 176 (69.14% from 255) = 33.52%

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 32.57%
G = 33.52%
B = 33.9%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABB0B2 (or 0xABB0B2) is known color: Gull Grey. HEX triplet: AB, B0 and B2. RGB value is (171,176,178). Sum of RGB (Red+Green+Blue) = 171+176+178=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0B2 is #544F4D. Grayscale: #AEAEAE. Windows color (decimal): -5525326 or 11710635. OLE color: 11710635.

HSL color Cylindrical-coordinate representation of color #ABB0B2: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABB0B2 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 176 178 -
CMYK 0.04 0.01 0 0.30
HSL 197.14º 0.04% 0.68% -
HSV(B) 197.14º 0.04% 0.7% -
XYZ 40.36 42.92 48.28 -
YUV 174.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 171 176 178 0.04 0.01 0 0.30 197.14 0.04 0.68
Hex AB B0 B2 4 1 0 1E C5 4 44
Octal 253 260 262 4 1 0 36 305 4 104
Binary 10101011 10110000 10110010 100 1 0 11110 11000101 100 1000100

Color Harmonies of #ABB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0B2

Black with #ABB0B2

Text Example


Text Example

White with #ABB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0B2; }

 p { color: rgb(171,176,178); }

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

background-color css

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

 a { background-color: rgb(171,176,178); }

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

border-color css

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

 span { border-color: rgb(171,176,178); }

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