#BDB1DF

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

Shades of Melrose #BDB1DF

Tints of Melrose #BDB1DF

Color information

#BDB1DF (or 0xBDB1DF) is unknown color: approx Melrose. HEX triplet: BD, B1 and DF. RGB value is (189,177,223). Sum of RGB (Red+Green+Blue) = 189+177+223=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1DF is #424E20. Grayscale: #B9B9B9. Windows color (decimal): -4345377 or 14660029. OLE color: 14660029.

HSL color Cylindrical-coordinate representation of color #BDB1DF: hue angle of 255.65º 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 #BDB1DF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189177223-
CMYK0.150.2100.13
HSL255.65º41.82%78.43%-
HSV(B)255.65º20.63%87.45%-
XYZ50.0347.5976.36-
YUV185.83148.98130.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=32.09%
G=30.05%
B=37.86%

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
Decimal1891772230.150.2100.13255.6541.8278.43
HexBDB1DFF150D1002a4e
Octal275261337172501540052116
Binary101111011011000111011111111110101011011000000001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1DF; }

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

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

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

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

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

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

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

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