#BDB4EA

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

Shades of Melrose #BDB4EA

Tints of Melrose #BDB4EA

Color information

#BDB4EA (or 0xBDB4EA) is unknown color: approx Melrose. HEX triplet: BD, B4 and EA. RGB value is (189,180,234). Sum of RGB (Red+Green+Blue) = 189+180+234=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4EA is #424B15. Grayscale: #BCBCBC. Windows color (decimal): -4344598 or 15381693. OLE color: 15381693.

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

Color convert

RGB189180234-
CMYK0.190.2300.08
HSL250º56.25%81.18%-
HSV(B)250º23.08%91.76%-
XYZ52.1649.484.63-
YUV188.85153.48128.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=31.34%
G=29.85%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891802340.190.2300.0825056.2581.18
HexBDB4EA131708fa3851
Octal275264352232701037270121
Binary101111011011010011101010100111011101000111110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4EA; }

 p { color: rgb(189,180,234); }

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

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

 a { background-color: rgb(189,180,234); }

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

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

 span { border-color: rgb(189,180,234); }

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