Html Css Color HEX #B4B0BA French Grey

📋 copy color: '#B4B0BA'

red 180 ◦ green 176 ◦ blue 186

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

Shades of French Grey #B4B0BA

Tints of French Grey #B4B0BA

RGB

 RED value IS 180 (70.7% from 255) = 33.21%

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

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

R = 33.21%
G = 32.47%
B = 34.32%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B4B0BA (or 0xB4B0BA) is known color: French Grey. HEX triplet: B4, B0 and BA. RGB value is (180,176,186). Sum of RGB (Red+Green+Blue) = 180+176+186=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B0BA is #4B4F45. Grayscale: #B2B2B2. Windows color (decimal): -4935494 or 12234932. OLE color: 12234932.

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

Color convert

RGB 180 176 186 -
CMYK 0.03 0.05 0 0.27
HSL 264º 0.07% 0.71% -
HSV(B) 264º 0.05% 0.73% -
XYZ 43.21 44.3 52.73 -
YUV 178.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 180 176 186 0.03 0.05 0 0.27 264 0.07 0.71
Hex B4 B0 BA 3 5 0 1B 108 7 47
Octal 264 260 272 3 5 0 33 410 7 107
Binary 10110100 10110000 10111010 11 101 0 11011 100001000 111 1000111

Color Harmonies of #B4B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B0BA

Black with #B4B0BA

Text Example


Text Example

White with #B4B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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