#BDB0EA

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

Shades of Melrose #BDB0EA

Tints of Melrose #BDB0EA

Color information

#BDB0EA (or 0xBDB0EA) is unknown color: approx Melrose. HEX triplet: BD, B0 and EA. RGB value is (189,176,234). Sum of RGB (Red+Green+Blue) = 189+176+234=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0EA is #424F15. Grayscale: #BABABA. Windows color (decimal): -4345622 or 15380669. OLE color: 15380669.

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

Color convert

RGB189176234-
CMYK0.190.2500.08
HSL253.45º58%80.39%-
HSV(B)253.45º24.79%91.76%-
XYZ51.3647.8184.36-
YUV186.5154.81129.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=31.55%
G=29.38%
B=39.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891762340.190.2500.08253.455880.39
HexBDB0EA131908fd3a50
Octal275260352233101037572120
Binary101111011011000011101010100111100101000111111011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0EA; }

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

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

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

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

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

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

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

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