#BDB7ED

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

Shades of Melrose #BDB7ED

Tints of Melrose #BDB7ED

Color information

#BDB7ED (or 0xBDB7ED) is unknown color: approx Melrose. HEX triplet: BD, B7 and ED. RGB value is (189,183,237). Sum of RGB (Red+Green+Blue) = 189+183+237=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7ED is #424812. Grayscale: #BEBEBE. Windows color (decimal): -4343827 or 15579069. OLE color: 15579069.

HSL color Cylindrical-coordinate representation of color #BDB7ED: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB7ED is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189183237-
CMYK0.200.2300.07
HSL246.67º60%82.35%-
HSV(B)246.67º22.78%92.94%-
XYZ53.2150.887.12-
YUV190.95153.99126.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 237 (92.97% from 255) = 38.92%
R=31.03%
G=30.05%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891832370.200.2300.07246.676082.35
HexBDB7ED141707f73c52
Octal27526735524270736774122
Binary10111101101101111110110110100101110111111101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7ED; }

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

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

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

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

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

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

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

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