#BDB1EA

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

Shades of Melrose #BDB1EA

Tints of Melrose #BDB1EA

Color information

#BDB1EA (or 0xBDB1EA) is unknown color: approx Melrose. HEX triplet: BD, B1 and EA. RGB value is (189,177,234). Sum of RGB (Red+Green+Blue) = 189+177+234=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1EA is #424E15. Grayscale: #BABABA. Windows color (decimal): -4345366 or 15380925. OLE color: 15380925.

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

Color convert

RGB189177234-
CMYK0.190.2400.08
HSL252.63º57.58%80.59%-
HSV(B)252.63º24.36%91.76%-
XYZ51.5648.284.43-
YUV187.09154.48129.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=31.5%
G=29.5%
B=39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891772340.190.2400.08252.6357.5880.59
HexBDB1EA131808fd3a51
Octal275261352233001037572121
Binary101111011011000111101010100111100001000111111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1EA; }

 p { color: rgb(189,177,234); }

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

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

 a { background-color: rgb(189,177,234); }

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

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

 span { border-color: rgb(189,177,234); }

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