#BDB7D0

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

Shades of Blue Haze #BDB7D0

Tints of Blue Haze #BDB7D0

Color information

#BDB7D0 (or 0xBDB7D0) is unknown color: approx Blue Haze. HEX triplet: BD, B7 and D0. RGB value is (189,183,208). Sum of RGB (Red+Green+Blue) = 189+183+208=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDB7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7D0 is #42482F. Grayscale: #BBBBBB. Windows color (decimal): -4343856 or 13678525. OLE color: 13678525.

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

Color convert

RGB189183208-
CMYK0.090.1200.18
HSL254.4º21.01%76.67%-
HSV(B)254.4º12.02%81.57%-
XYZ49.349.2466.58-
YUV187.64139.49128.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=32.59%
G=31.55%
B=35.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891832080.090.1200.18254.421.0176.67
HexBDB7D09C012fe154d
Octal275267320111402237625115
Binary1011110110110111110100001001110001001011111110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7D0; }

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

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

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

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

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

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

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

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