Html Css Color HEX #B0ABBA French Grey

📋 copy color: '#B0ABBA'

red 176 ◦ green 171 ◦ blue 186

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

Shades of French Grey #B0ABBA

Tints of French Grey #B0ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

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

R = 33.02%
G = 32.08%
B = 34.9%

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

#B0ABBA (or 0xB0ABBA) is known color: French Grey. HEX triplet: B0, AB and BA. RGB value is (176,171,186). Sum of RGB (Red+Green+Blue) = 176+171+186=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABBA is #4F5445. Grayscale: #AEAEAE. Windows color (decimal): -5198918 or 12233648. OLE color: 12233648.

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

Color convert

RGB 176 171 186 -
CMYK 0.05 0.08 0 0.27
HSL 260º 0.1% 0.7% -
HSV(B) 260º 0.08% 0.73% -
XYZ 41.33 41.9 52.36 -
YUV 174.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 176 171 186 0.05 0.08 0 0.27 260 0.1 0.7
Hex B0 AB BA 5 8 0 1B 104 A 46
Octal 260 253 272 5 10 0 33 404 12 106
Binary 10110000 10101011 10111010 101 1000 0 11011 100000100 1010 1000110

Color Harmonies of #B0ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABBA

Black with #B0ABBA

Text Example


Text Example

White with #B0ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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