Html Css Color HEX #BBB6BF French Grey

📋 copy color: '#BBB6BF'

red 187 ◦ green 182 ◦ blue 191

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

Shades of French Grey #BBB6BF

Tints of French Grey #BBB6BF

RGB

 RED value IS 187 (73.44% from 255) = 33.39%

 GREEN value IS 182 (71.48% from 255) = 32.5%

 BLUE value IS 191 (75% from 255) = 34.11%

R = 33.39%
G = 32.5%
B = 34.11%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBB6BF (or 0xBBB6BF) is known color: French Grey. HEX triplet: BB, B6 and BF. RGB value is (187,182,191). Sum of RGB (Red+Green+Blue) = 187+182+191=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BF is #444940. Grayscale: #B8B8B8. Windows color (decimal): -4475201 or 12564155. OLE color: 12564155.

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

Color convert

RGB 187 182 191 -
CMYK 0.02 0.05 0 0.25
HSL 273.33º 0.07% 0.73% -
HSV(B) 273.33º 0.05% 0.75% -
XYZ 46.63 47.78 56.06 -
YUV 184.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 187 182 191 0.02 0.05 0 0.25 273.33 0.07 0.73
Hex BB B6 BF 2 5 0 19 111 7 49
Octal 273 266 277 2 5 0 31 421 7 111
Binary 10111011 10110110 10111111 10 101 0 11001 100010001 111 1001001

Color Harmonies of #BBB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6BF

Black with #BBB6BF

Text Example


Text Example

White with #BBB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6BF; }

 p { color: rgb(187,182,191); }

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

background-color css

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

 a { background-color: rgb(187,182,191); }

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

border-color css

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

 span { border-color: rgb(187,182,191); }

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