#BDB4EB

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

Shades of Melrose #BDB4EB

Tints of Melrose #BDB4EB

Color information

#BDB4EB (or 0xBDB4EB) is unknown color: approx Melrose. HEX triplet: BD, B4 and EB. RGB value is (189,180,235). Sum of RGB (Red+Green+Blue) = 189+180+235=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4EB is #424B14. Grayscale: #BCBCBC. Windows color (decimal): -4344597 or 15447229. OLE color: 15447229.

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

Color convert

RGB189180235-
CMYK0.200.2300.08
HSL249.82º57.89%81.37%-
HSV(B)249.82º23.4%92.16%-
XYZ52.349.4685.39-
YUV188.96153.98128.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=31.29%
G=29.80%
B=38.91%

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
Decimal1891802350.200.2300.08249.8257.8981.37
HexBDB4EB141708fa3a51
Octal275264353242701037272121
Binary101111011011010011101011101001011101000111110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4EB; }

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

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

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

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

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

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

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

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