#BDB3EE

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

Shades of Melrose #BDB3EE

Tints of Melrose #BDB3EE

Color information

#BDB3EE (or 0xBDB3EE) is unknown color: approx Melrose. HEX triplet: BD, B3 and EE. RGB value is (189,179,238). Sum of RGB (Red+Green+Blue) = 189+179+238=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EE is #424C11. Grayscale: #BCBCBC. Windows color (decimal): -4344850 or 15643581. OLE color: 15643581.

HSL color Cylindrical-coordinate representation of color #BDB3EE: hue angle of 250.17º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB3EE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189179238-
CMYK0.210.2500.07
HSL250.17º63.44%81.76%-
HSV(B)250.17º24.79%93.33%-
XYZ52.5449.2387.62-
YUV188.72155.81128.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=31.19%
G=29.54%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891792380.210.2500.07250.1763.4481.76
HexBDB3EE151907fa3f52
Octal27526335625310737277122
Binary10111101101100111110111010101110010111111110101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3EE; }

 p { color: rgb(189,179,238); }

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

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

 a { background-color: rgb(189,179,238); }

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

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

 span { border-color: rgb(189,179,238); }

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