#BDB2EB

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

Shades of Melrose #BDB2EB

Tints of Melrose #BDB2EB

Color information

#BDB2EB (or 0xBDB2EB) is unknown color: approx Melrose. HEX triplet: BD, B2 and EB. RGB value is (189,178,235). Sum of RGB (Red+Green+Blue) = 189+178+235=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2EB is #424D14. Grayscale: #BBBBBB. Windows color (decimal): -4345109 or 15446717. OLE color: 15446717.

HSL color Cylindrical-coordinate representation of color #BDB2EB: hue angle of 251.58º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB2EB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189178235-
CMYK0.200.2400.08
HSL251.58º58.76%80.98%-
HSV(B)251.58º24.26%92.16%-
XYZ51.948.6685.25-
YUV187.79154.64128.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=31.40%
G=29.57%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891782350.200.2400.08251.5858.7680.98
HexBDB2EB141808fc3b51
Octal275262353243001037473121
Binary101111011011001011101011101001100001000111111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2EB; }

 p { color: rgb(189,178,235); }

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

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

 a { background-color: rgb(189,178,235); }

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

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

 span { border-color: rgb(189,178,235); }

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