#BDB6E0

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

Shades of Melrose #BDB6E0

Tints of Melrose #BDB6E0

Color information

#BDB6E0 (or 0xBDB6E0) is unknown color: approx Melrose. HEX triplet: BD, B6 and E0. RGB value is (189,182,224). Sum of RGB (Red+Green+Blue) = 189+182+224=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDB6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6E0 is #42491F. Grayscale: #BCBCBC. Windows color (decimal): -4344096 or 14726845. OLE color: 14726845.

HSL color Cylindrical-coordinate representation of color #BDB6E0: hue angle of 250º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB6E0 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189182224-
CMYK0.160.1900.12
HSL250º40.38%79.61%-
HSV(B)250º18.75%87.84%-
XYZ51.1749.6677.41-
YUV188.88147.82128.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=31.76%
G=30.59%
B=37.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891822240.160.1900.1225040.3879.61
HexBDB6E010130Cfa2850
Octal275266340202301437250120
Binary101111011011011011100000100001001101100111110101010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6E0; }

 p { color: rgb(189,182,224); }

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

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

 a { background-color: rgb(189,182,224); }

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

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

 span { border-color: rgb(189,182,224); }

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