#BDAFEE

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

Shades of Melrose #BDAFEE

Tints of Melrose #BDAFEE

Color information

#BDAFEE (or 0xBDAFEE) is unknown color: approx Melrose. HEX triplet: BD, AF and EE. RGB value is (189,175,238). Sum of RGB (Red+Green+Blue) = 189+175+238=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFEE is #425011. Grayscale: #BABABA. Windows color (decimal): -4345874 or 15642557. OLE color: 15642557.

HSL color Cylindrical-coordinate representation of color #BDAFEE: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAFEE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189175238-
CMYK0.210.2600.07
HSL253.33º64.95%80.98%-
HSV(B)253.33º26.47%93.33%-
XYZ51.7547.6587.36-
YUV186.37157.14129.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=31.40%
G=29.07%
B=39.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891752380.210.2600.07253.3364.9580.98
HexBDAFEE151A07fd4151
Octal275257356253207375101121
Binary101111011010111111101110101011101001111111110110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFEE; }

 p { color: rgb(189,175,238); }

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

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

 a { background-color: rgb(189,175,238); }

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

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

 span { border-color: rgb(189,175,238); }

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