Html Css Color HEX #B6B2BA French Grey

📋 copy color: '#B6B2BA'

red 182 ◦ green 178 ◦ blue 186

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

Shades of French Grey #B6B2BA

Tints of French Grey #B6B2BA

RGB

 RED value IS 182 (71.48% from 255) = 33.33%

 GREEN value IS 178 (69.92% from 255) = 32.6%

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

R = 33.33%
G = 32.6%
B = 34.07%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B6B2BA (or 0xB6B2BA) is known color: French Grey. HEX triplet: B6, B2 and BA. RGB value is (182,178,186). Sum of RGB (Red+Green+Blue) = 182+178+186=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2BA is #494D45. Grayscale: #B4B4B4. Windows color (decimal): -4803910 or 12235446. OLE color: 12235446.

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

Color convert

RGB 182 178 186 -
CMYK 0.02 0.04 0 0.27
HSL 270º 0.05% 0.71% -
HSV(B) 270º 0.04% 0.73% -
XYZ 44.07 45.33 52.88 -
YUV 180.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 182 178 186 0.02 0.04 0 0.27 270 0.05 0.71
Hex B6 B2 BA 2 4 0 1B 10E 5 47
Octal 266 262 272 2 4 0 33 416 5 107
Binary 10110110 10110010 10111010 10 100 0 11011 100001110 101 1000111

Color Harmonies of #B6B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B2BA

Black with #B6B2BA

Text Example


Text Example

White with #B6B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B2BA; }

 p { color: rgb(182,178,186); }

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

background-color css

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

 a { background-color: rgb(182,178,186); }

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

border-color css

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

 span { border-color: rgb(182,178,186); }

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