Html Css Color HEX #B0AABA French Grey

📋 copy color: '#B0AABA'

red 176 ◦ green 170 ◦ blue 186

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

Shades of French Grey #B0AABA

Tints of French Grey #B0AABA

RGB

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

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

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

R = 33.08%
G = 31.95%
B = 34.96%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B0AABA (or 0xB0AABA) is known color: French Grey. HEX triplet: B0, AA and BA. RGB value is (176,170,186). Sum of RGB (Red+Green+Blue) = 176+170+186=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AABA is #4F5545. Grayscale: #ADADAD. Windows color (decimal): -5199174 or 12233392. OLE color: 12233392.

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

Color convert

RGB 176 170 186 -
CMYK 0.05 0.09 0 0.27
HSL 262.5º 0.1% 0.7% -
HSV(B) 262.5º 0.09% 0.73% -
XYZ 41.14 41.52 52.3 -
YUV 173.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 176 170 186 0.05 0.09 0 0.27 262.5 0.1 0.7
Hex B0 AA BA 5 9 0 1B 106 A 46
Octal 260 252 272 5 11 0 33 406 12 106
Binary 10110000 10101010 10111010 101 1001 0 11011 100000110 1010 1000110

Color Harmonies of #B0AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AABA

Black with #B0AABA

Text Example


Text Example

White with #B0AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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