#BDB7EB

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

Shades of Melrose #BDB7EB

Tints of Melrose #BDB7EB

Color information

#BDB7EB (or 0xBDB7EB) is unknown color: approx Melrose. HEX triplet: BD, B7 and EB. RGB value is (189,183,235). Sum of RGB (Red+Green+Blue) = 189+183+235=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7EB is #424814. Grayscale: #BEBEBE. Windows color (decimal): -4343829 or 15447997. OLE color: 15447997.

HSL color Cylindrical-coordinate representation of color #BDB7EB: hue angle of 246.92º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB7EB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189183235-
CMYK0.200.2200.08
HSL246.92º56.52%81.96%-
HSV(B)246.92º22.13%92.16%-
XYZ52.9250.6885.59-
YUV190.72152.99126.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=31.14%
G=30.15%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891832350.200.2200.08246.9256.5281.96
HexBDB7EB141608f73952
Octal275267353242601036771122
Binary101111011011011111101011101001011001000111101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7EB; }

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

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

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

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

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

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

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

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