Html Css Color HEX #BDBAC1 French Grey

📋 copy color: '#BDBAC1'

red 189 ◦ green 186 ◦ blue 193

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

Shades of French Grey #BDBAC1

Tints of French Grey #BDBAC1

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 value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDBAC1 (or 0xBDBAC1) is known color: 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

RGB 189 186 193 -
CMYK 0.02 0.04 0 0.24
HSL 265.71º 0.05% 0.74% -
HSV(B) 265.71º 0.04% 0.76% -
XYZ 48.17 49.79 57.52 -
YUV 187.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 189 186 193 0.02 0.04 0 0.24 265.71 0.05 0.74
Hex BD BA C1 2 4 0 18 10A 5 4A
Octal 275 272 301 2 4 0 30 412 5 112
Binary 10111101 10111010 11000001 10 100 0 11000 100001010 101 1001010

Color Harmonies of #BDBAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAC1

Black with #BDBAC1

Text Example


Text Example

White with #BDBAC1

Text Example


Text Example

HTML Codes & Css Web 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>