Html Css Color HEX #BDBBBF French Grey

📋 copy color: '#BDBBBF'

red 189 ◦ green 187 ◦ blue 191

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

Shades of French Grey #BDBBBF

Tints of French Grey #BDBBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.98%

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

R = 33.33%
G = 32.98%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDBBBF (or 0xBDBBBF) is known color: French Grey. HEX triplet: BD, BB and BF. RGB value is (189,187,191). Sum of RGB (Red+Green+Blue) = 189+187+191=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBBF is #424440. Grayscale: #BCBCBC. Windows color (decimal): -4342849 or 12565437. OLE color: 12565437.

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

Color convert

RGB 189 187 191 -
CMYK 0.01 0.02 0 0.25
HSL 270º 0.03% 0.74% -
HSV(B) 270º 0.02% 0.75% -
XYZ 48.16 50.12 56.43 -
YUV 188.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 189 187 191 0.01 0.02 0 0.25 270 0.03 0.74
Hex BD BB BF 1 2 0 19 10E 3 4A
Octal 275 273 277 1 2 0 31 416 3 112
Binary 10111101 10111011 10111111 1 10 0 11001 100001110 11 1001010

Color Harmonies of #BDBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBBF

Black with #BDBBBF

Text Example


Text Example

White with #BDBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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