#BDBAD1

Color #BDBAD1 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BDBAD1

Tints of Blue Haze #BDBAD1

Color information

#BDBAD1 (or 0xBDBAD1) is unknown color: approx Blue Haze. HEX triplet: BD, BA and D1. RGB value is (189,186,209). Sum of RGB (Red+Green+Blue) = 189+186+209=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD1 is #42452E. Grayscale: #BDBDBD. Windows color (decimal): -4343087 or 13744829. OLE color: 13744829.

HSL color Cylindrical-coordinate representation of color #BDBAD1: hue angle of 247.83º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBAD1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189186209-
CMYK0.100.1100.18
HSL247.83º20%77.45%-
HSV(B)247.83º11%81.96%-
XYZ50.0550.5467.44-
YUV189.52138.99127.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 186 (73.05% from 255) = 31.85%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=32.36%
G=31.85%
B=35.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891862090.100.1100.18247.832077.45
HexBDBAD1AB012f8144d
Octal275272321121302237024115
Binary1011110110111010110100011010101101001011111000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAD1; }

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

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

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

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

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

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

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

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