#BDB5EB

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

Shades of Melrose #BDB5EB

Tints of Melrose #BDB5EB

Color information

#BDB5EB (or 0xBDB5EB) is unknown color: approx Melrose. HEX triplet: BD, B5 and EB. RGB value is (189,181,235). Sum of RGB (Red+Green+Blue) = 189+181+235=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5EB is #424A14. Grayscale: #BDBDBD. Windows color (decimal): -4344341 or 15447485. OLE color: 15447485.

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

Color convert

RGB189181235-
CMYK0.200.2300.08
HSL248.89º57.45%81.57%-
HSV(B)248.89º22.98%92.16%-
XYZ52.5149.8685.45-
YUV189.55153.65127.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=31.24%
G=29.92%
B=38.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891812350.200.2300.08248.8957.4581.57
HexBDB5EB141708f93952
Octal275265353242701037171122
Binary101111011011010111101011101001011101000111110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5EB; }

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

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

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

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

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

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

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

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