#BDA8FA

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

Shades of Melrose #BDA8FA

Tints of Melrose #BDA8FA

Color information

#BDA8FA (or 0xBDA8FA) is unknown color: approx Melrose. HEX triplet: BD, A8 and FA. RGB value is (189,168,250). Sum of RGB (Red+Green+Blue) = 189+168+250=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FA is #425705. Grayscale: #B7B7B7. Windows color (decimal): -4347654 or 16427197. OLE color: 16427197.

HSL color Cylindrical-coordinate representation of color #BDA8FA: hue angle of 255.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA8FA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189168250-
CMYK0.240.3300.02
HSL255.37º89.13%81.96%-
HSV(B)255.37º32.8%98.04%-
XYZ52.2445.7396.51-
YUV183.63165.46131.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=31.14%
G=27.68%
B=41.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891682500.240.3300.02255.3789.1381.96
HexBDA8FA182102ff5952
Octal275250372304102377131122
Binary101111011010100011111010110001000010101111111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8FA; }

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

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

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

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

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

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

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

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