#BDBAD0

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

Shades of Blue Haze #BDBAD0

Tints of Blue Haze #BDBAD0

Color information

#BDBAD0 (or 0xBDBAD0) is unknown color: approx Blue Haze. HEX triplet: BD, BA and D0. RGB value is (189,186,208). Sum of RGB (Red+Green+Blue) = 189+186+208=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD0 is #42452F. Grayscale: #BDBDBD. Windows color (decimal): -4343088 or 13679293. OLE color: 13679293.

HSL color Cylindrical-coordinate representation of color #BDBAD0: hue angle of 248.18º degrees, saturation: 0.19, 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 #BDBAD0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189186208-
CMYK0.090.1100.18
HSL248.18º18.97%77.25%-
HSV(B)248.18º10.58%81.57%-
XYZ49.9350.4966.79-
YUV189.4138.49127.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=32.42%
G=31.90%
B=35.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891862080.090.1100.18248.1818.9777.25
HexBDBAD09B012f8134d
Octal275272320111302237023115
Binary1011110110111010110100001001101101001011111000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAD0; }

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

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

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

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

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

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

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

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