#BDBAC1

Color #BDBAC1 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BDBAC1

Tints of French Grey #BDBAC1

Color information

#BDBAC1 (or 0xBDBAC1) is unknown color: approx French Grey. HEX triplet: BD, BA and C1. RGB value is (189,186,193). Sum of RGB (Red+Green+Blue) = 189+186+193=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC1 is #42453E. Grayscale: #BBBBBB. Windows color (decimal): -4343103 or 12696253. OLE color: 12696253.

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

Color convert

RGB189186193-
CMYK0.020.0400.24
HSL265.71º5.34%74.31%-
HSV(B)265.71º3.63%75.69%-
XYZ48.1749.7957.52-
YUV187.7130.99128.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=33.27%
G=32.75%
B=33.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891861930.020.0400.24265.715.3474.31
HexBDBAC12401810a54a
Octal275272301240304125112
Binary101111011011101011000001101000110001000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAC1; }

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

 H1.HeaderClassName
 {
   color: #BDBAC1;
 }
 .AnyTagClassName
 {
   color: #BDBAC1;
 }
</style>
background-color css

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

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

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

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

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

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