#bdb8f3

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

Shades of Melrose #BDB8F3

Tints of Melrose #BDB8F3

Color information

#BDB8F3 (or 0xBDB8F3) is unknown color: approx Melrose. HEX triplet: BD, B8 and F3. RGB value is (189,184,243). Sum of RGB (Red+Green+Blue) = 189+184+243=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDB8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8F3 is #42470C. Grayscale: #BFBFBF. Windows color (decimal): -4343565 or 15972541. OLE color: 15972541.

HSL color Cylindrical-coordinate representation of color #BDB8F3: hue angle of 245.08º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB8F3 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189184243-
CMYK0.220.2400.05
HSL245.08º71.08%83.73%-
HSV(B)245.08º24.28%95.29%-
XYZ54.351.5791.89-
YUV192.22156.66125.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 184 (72.27% from 255) = 29.87%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=30.68%
G=29.87%
B=39.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891842430.220.2400.05245.0871.0883.73
HexBDB8F3161805f54754
Octal275270363263005365107124
Binary101111011011100011110011101101100001011111010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb8f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb8f3; }

 p { color: rgb(189,184,243); }

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

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

 a { background-color: rgb(189,184,243); }

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

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

 span { border-color: rgb(189,184,243); }

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