#BDBACD

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

Shades of Blue Haze #BDBACD

Tints of Blue Haze #BDBACD

Color information

#BDBACD (or 0xBDBACD) is unknown color: approx Blue Haze. HEX triplet: BD, BA and CD. RGB value is (189,186,205). Sum of RGB (Red+Green+Blue) = 189+186+205=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBACD is #424532. Grayscale: #BCBCBC. Windows color (decimal): -4343091 or 13482685. OLE color: 13482685.

HSL color Cylindrical-coordinate representation of color #BDBACD: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBACD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189186205-
CMYK0.080.0900.20
HSL249.47º15.97%76.67%-
HSV(B)249.47º9.27%80.39%-
XYZ49.5650.3464.86-
YUV189.06136.99127.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=32.59%
G=32.07%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891862050.080.0900.20249.4715.9776.67
HexBDBACD89014f9104d
Octal275272315101102437120115
Binary1011110110111010110011011000100101010011111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBACD; }

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

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

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

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

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

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

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

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