Html Css Color HEX #B0AAB9 French Grey

📋 copy color: '#B0AAB9'

red 176 ◦ green 170 ◦ blue 185

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

Shades of French Grey #B0AAB9

Tints of French Grey #B0AAB9

RGB

 RED value IS 176 (69.14% from 255) = 33.15%

 GREEN value IS 170 (66.8% from 255) = 32.02%

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 33.15%
G = 32.02%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B0AAB9 (or 0xB0AAB9) is known color: French Grey. HEX triplet: B0, AA and B9. RGB value is (176,170,185). Sum of RGB (Red+Green+Blue) = 176+170+185=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AAB9 is #4F5546. Grayscale: #ADADAD. Windows color (decimal): -5199175 or 12167856. OLE color: 12167856.

HSL color Cylindrical-coordinate representation of color #B0AAB9: hue angle of 264º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0AAB9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 170 185 -
CMYK 0.05 0.08 0 0.27
HSL 264º 0.1% 0.7% -
HSV(B) 264º 0.08% 0.73% -
XYZ 41.04 41.48 51.74 -
YUV 173.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 176 170 185 0.05 0.08 0 0.27 264 0.1 0.7
Hex B0 AA B9 5 8 0 1B 108 A 46
Octal 260 252 271 5 10 0 33 410 12 106
Binary 10110000 10101010 10111001 101 1000 0 11011 100001000 1010 1000110

Color Harmonies of #B0AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAB9

Black with #B0AAB9

Text Example


Text Example

White with #B0AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAB9; }

 p { color: rgb(176,170,185); }

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

background-color css

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

 a { background-color: rgb(176,170,185); }

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

border-color css

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

 span { border-color: rgb(176,170,185); }

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