#BDB0F6

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

Shades of Melrose #BDB0F6

Tints of Melrose #BDB0F6

Color information

#BDB0F6 (or 0xBDB0F6) is unknown color: approx Melrose. HEX triplet: BD, B0 and F6. RGB value is (189,176,246). Sum of RGB (Red+Green+Blue) = 189+176+246=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDB0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F6 is #424F09. Grayscale: #BBBBBB. Windows color (decimal): -4345610 or 16167101. OLE color: 16167101.

HSL color Cylindrical-coordinate representation of color #BDB0F6: hue angle of 251.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB0F6 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189176246-
CMYK0.230.2800.04
HSL251.14º79.55%82.75%-
HSV(B)251.14º28.46%96.47%-
XYZ53.1548.5293.75-
YUV187.87160.81128.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=30.93%
G=28.81%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891762460.230.2800.04251.1479.5582.75
HexBDB0F6171C04fb5053
Octal275260366273404373120123
Binary101111011011000011110110101111110001001111101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0F6; }

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

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

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

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

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

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

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

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