#BDB7D7

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

Shades of Blue Haze #BDB7D7

Tints of Blue Haze #BDB7D7

Color information

#BDB7D7 (or 0xBDB7D7) is unknown color: approx Blue Haze. HEX triplet: BD, B7 and D7. RGB value is (189,183,215). Sum of RGB (Red+Green+Blue) = 189+183+215=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7D7 is #424828. Grayscale: #BCBCBC. Windows color (decimal): -4343849 or 14137277. OLE color: 14137277.

HSL color Cylindrical-coordinate representation of color #BDB7D7: hue angle of 251.25º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB7D7 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189183215-
CMYK0.120.1500.16
HSL251.25º28.57%78.04%-
HSV(B)251.25º14.88%84.31%-
XYZ50.1949.5971.22-
YUV188.44142.99128.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 183 (71.88% from 255) = 31.18%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=32.20%
G=31.18%
B=36.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891832150.120.1500.16251.2528.5778.04
HexBDB7D7CF010fb1d4e
Octal275267327141702037335116
Binary1011110110110111110101111100111101000011111011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7D7; }

 p { color: rgb(189,183,215); }

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

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

 a { background-color: rgb(189,183,215); }

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

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

 span { border-color: rgb(189,183,215); }

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