#BDB0DF

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

Shades of Melrose #BDB0DF

Tints of Melrose #BDB0DF

Color information

#BDB0DF (or 0xBDB0DF) is unknown color: approx Melrose. HEX triplet: BD, B0 and DF. RGB value is (189,176,223). Sum of RGB (Red+Green+Blue) = 189+176+223=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0DF is #424F20. Grayscale: #B9B9B9. Windows color (decimal): -4345633 or 14659773. OLE color: 14659773.

HSL color Cylindrical-coordinate representation of color #BDB0DF: hue angle of 256.6º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB0DF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189176223-
CMYK0.150.2100.13
HSL256.6º42.34%78.24%-
HSV(B)256.6º21.08%87.45%-
XYZ49.8347.276.3-
YUV185.24149.31130.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=32.14%
G=29.93%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891762230.150.2100.13256.642.3478.24
HexBDB0DFF150D1012a4e
Octal275260337172501540152116
Binary101111011011000011011111111110101011011000000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0DF; }

 p { color: rgb(189,176,223); }

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

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

 a { background-color: rgb(189,176,223); }

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

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

 span { border-color: rgb(189,176,223); }

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