#BDB6EB

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

Shades of Melrose #BDB6EB

Tints of Melrose #BDB6EB

Color information

#BDB6EB (or 0xBDB6EB) is unknown color: approx Melrose. HEX triplet: BD, B6 and EB. RGB value is (189,182,235). Sum of RGB (Red+Green+Blue) = 189+182+235=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6EB is #424914. Grayscale: #BDBDBD. Windows color (decimal): -4344085 or 15447741. OLE color: 15447741.

HSL color Cylindrical-coordinate representation of color #BDB6EB: hue angle of 247.92º 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 #BDB6EB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189182235-
CMYK0.200.2300.08
HSL247.92º56.99%81.76%-
HSV(B)247.92º22.55%92.16%-
XYZ52.7150.2785.52-
YUV190.13153.32127.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=31.19%
G=30.03%
B=38.78%

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
Decimal1891822350.200.2300.08247.9256.9981.76
HexBDB6EB141708f83952
Octal275266353242701037071122
Binary101111011011011011101011101001011101000111110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6EB; }

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

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

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

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

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

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

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

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