#BDABEB

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

Shades of Melrose #BDABEB

Tints of Melrose #BDABEB

Color information

#BDABEB (or 0xBDABEB) is unknown color: approx Melrose. HEX triplet: BD, AB and EB. RGB value is (189,171,235). Sum of RGB (Red+Green+Blue) = 189+171+235=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABEB is #425414. Grayscale: #B7B7B7. Windows color (decimal): -4346901 or 15444925. OLE color: 15444925.

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

Color convert

RGB189171235-
CMYK0.200.2700.08
HSL256.88º61.54%79.61%-
HSV(B)256.88º27.23%92.16%-
XYZ50.5445.9484.8-
YUV183.68156.96131.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=31.76%
G=28.74%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891712350.200.2700.08256.8861.5479.61
HexBDABEB141B081013e50
Octal275253353243301040176120
Binary1011110110101011111010111010011011010001000000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABEB; }

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

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

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

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

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

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

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

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