#BDB2EA

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

Shades of Melrose #BDB2EA

Tints of Melrose #BDB2EA

Color information

#BDB2EA (or 0xBDB2EA) is unknown color: approx Melrose. HEX triplet: BD, B2 and EA. RGB value is (189,178,234). Sum of RGB (Red+Green+Blue) = 189+178+234=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2EA is #424D15. Grayscale: #BBBBBB. Windows color (decimal): -4345110 or 15381181. OLE color: 15381181.

HSL color Cylindrical-coordinate representation of color #BDB2EA: hue angle of 251.79º degrees, saturation: 0.57, 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 #BDB2EA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189178234-
CMYK0.190.2400.08
HSL251.79º57.14%80.78%-
HSV(B)251.79º23.93%91.76%-
XYZ51.7648.684.49-
YUV187.67154.14128.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=31.45%
G=29.62%
B=38.94%

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
Decimal1891782340.190.2400.08251.7957.1480.78
HexBDB2EA131808fc3951
Octal275262352233001037471121
Binary101111011011001011101010100111100001000111111001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2EA; }

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

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

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

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

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

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

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

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