Html Css Color HEX #BDB9BF French Grey

📋 copy color: '#BDB9BF'

red 189 ◦ green 185 ◦ blue 191

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

Shades of French Grey #BDB9BF

Tints of French Grey #BDB9BF

RGB

 RED value IS 189 (74.22% from 255) = 33.45%

 GREEN value IS 185 (72.66% from 255) = 32.74%

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

R = 33.45%
G = 32.74%
B = 33.81%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDB9BF (or 0xBDB9BF) is known color: French Grey. HEX triplet: BD, B9 and BF. RGB value is (189,185,191). Sum of RGB (Red+Green+Blue) = 189+185+191=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9BF is #424640. Grayscale: #BABABA. Windows color (decimal): -4343361 or 12564925. OLE color: 12564925.

HSL color Cylindrical-coordinate representation of color #BDB9BF: hue angle of 280º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB9BF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 185 191 -
CMYK 0.01 0.03 0 0.25
HSL 280º 0.04% 0.74% -
HSV(B) 280º 0.03% 0.75% -
XYZ 47.74 49.28 56.29 -
YUV 186.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 189 185 191 0.01 0.03 0 0.25 280 0.04 0.74
Hex BD B9 BF 1 3 0 19 118 4 4A
Octal 275 271 277 1 3 0 31 430 4 112
Binary 10111101 10111001 10111111 1 11 0 11001 100011000 100 1001010

Color Harmonies of #BDB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9BF

Black with #BDB9BF

Text Example


Text Example

White with #BDB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9BF; }

 p { color: rgb(189,185,191); }

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

background-color css

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

 a { background-color: rgb(189,185,191); }

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

border-color css

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

 span { border-color: rgb(189,185,191); }

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