#BDB1EF

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

Shades of Melrose #BDB1EF

Tints of Melrose #BDB1EF

Color information

#BDB1EF (or 0xBDB1EF) is unknown color: approx Melrose. HEX triplet: BD, B1 and EF. RGB value is (189,177,239). Sum of RGB (Red+Green+Blue) = 189+177+239=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1EF is #424E10. Grayscale: #BBBBBB. Windows color (decimal): -4345361 or 15708605. OLE color: 15708605.

HSL color Cylindrical-coordinate representation of color #BDB1EF: hue angle of 251.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB1EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189177239-
CMYK0.210.2600.06
HSL251.61º65.96%81.57%-
HSV(B)251.61º25.94%93.73%-
XYZ52.2948.588.27-
YUV187.66156.98128.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=31.24%
G=29.26%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891772390.210.2600.06251.6165.9681.57
HexBDB1EF151A06fc4252
Octal275261357253206374102122
Binary101111011011000111101111101011101001101111110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1EF; }

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

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

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

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

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

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

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

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