#BDA8F2

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

Shades of Melrose #BDA8F2

Tints of Melrose #BDA8F2

Color information

#BDA8F2 (or 0xBDA8F2) is unknown color: approx Melrose. HEX triplet: BD, A8 and F2. RGB value is (189,168,242). Sum of RGB (Red+Green+Blue) = 189+168+242=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDA8F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8F2 is #42570D. Grayscale: #B6B6B6. Windows color (decimal): -4347662 or 15902909. OLE color: 15902909.

HSL color Cylindrical-coordinate representation of color #BDA8F2: hue angle of 257.03º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA8F2 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189168242-
CMYK0.220.3100.05
HSL257.03º74%80.39%-
HSV(B)257.03º30.58%94.9%-
XYZ51.0245.2390.05-
YUV182.72161.46132.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=31.55%
G=28.05%
B=40.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891682420.220.3100.05257.037480.39
HexBDA8F2161F051014a50
Octal275250362263705401112120
Binary1011110110101000111100101011011111010110000000110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8F2; }

 p { color: rgb(189,168,242); }

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

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

 a { background-color: rgb(189,168,242); }

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

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

 span { border-color: rgb(189,168,242); }

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