#BDAFEB

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

Shades of Melrose #BDAFEB

Tints of Melrose #BDAFEB

Color information

#BDAFEB (or 0xBDAFEB) is unknown color: approx Melrose. HEX triplet: BD, AF and EB. RGB value is (189,175,235). Sum of RGB (Red+Green+Blue) = 189+175+235=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFEB is #425014. Grayscale: #B9B9B9. Windows color (decimal): -4345877 or 15445949. OLE color: 15445949.

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

Color convert

RGB189175235-
CMYK0.200.2600.08
HSL254º60%80.39%-
HSV(B)254º25.53%92.16%-
XYZ51.3147.4885.06-
YUV186.03155.64130.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=31.55%
G=29.22%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891752350.200.2600.082546080.39
HexBDAFEB141A08fe3c50
Octal275257353243201037674120
Binary101111011010111111101011101001101001000111111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFEB; }

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

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

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

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

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

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

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

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