#BDB0F5

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

Shades of Melrose #BDB0F5

Tints of Melrose #BDB0F5

Color information

#BDB0F5 (or 0xBDB0F5) is unknown color: approx Melrose. HEX triplet: BD, B0 and F5. RGB value is (189,176,245). Sum of RGB (Red+Green+Blue) = 189+176+245=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB0F5 is #424F0A. Grayscale: #BBBBBB. Windows color (decimal): -4345611 or 16101565. OLE color: 16101565.

HSL color Cylindrical-coordinate representation of color #BDB0F5: hue angle of 251.3º degrees, saturation: 0.78, 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 #BDB0F5 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189176245-
CMYK0.230.2800.04
HSL251.3º77.53%82.55%-
HSV(B)251.3º28.16%96.08%-
XYZ52.9948.4692.95-
YUV187.75160.31128.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 245 (96.09% from 255) = 40.16%
R=30.98%
G=28.85%
B=40.16%

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
Decimal1891762450.230.2800.04251.377.5382.55
HexBDB0F5171C04fb4e53
Octal275260365273404373116123
Binary101111011011000011110101101111110001001111101110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0F5; }

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

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

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

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

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

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

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

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