Html Css Color HEX #BDBABF French Grey

📋 copy color: '#BDBABF'

red 189 ◦ green 186 ◦ blue 191

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

Shades of French Grey #BDBABF

Tints of French Grey #BDBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.86%

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

R = 33.39%
G = 32.86%
B = 33.75%

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

#BDBABF (or 0xBDBABF) is known color: French Grey. HEX triplet: BD, BA and BF. RGB value is (189,186,191). Sum of RGB (Red+Green+Blue) = 189+186+191=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABF is #424540. Grayscale: #BBBBBB. Windows color (decimal): -4343105 or 12565181. OLE color: 12565181.

HSL color Cylindrical-coordinate representation of color #BDBABF: hue angle of 276º 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 #BDBABF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 186 191 -
CMYK 0.01 0.03 0 0.25
HSL 276º 0.04% 0.74% -
HSV(B) 276º 0.03% 0.75% -
XYZ 47.95 49.7 56.36 -
YUV 187.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 189 186 191 0.01 0.03 0 0.25 276 0.04 0.74
Hex BD BA BF 1 3 0 19 114 4 4A
Octal 275 272 277 1 3 0 31 424 4 112
Binary 10111101 10111010 10111111 1 11 0 11001 100010100 100 1001010

Color Harmonies of #BDBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBABF

Black with #BDBABF

Text Example


Text Example

White with #BDBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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