#BDA8FE

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

Shades of Melrose #BDA8FE

Tints of Melrose #BDA8FE

Color information

#BDA8FE (or 0xBDA8FE) is unknown color: approx Melrose. HEX triplet: BD, A8 and FE. RGB value is (189,168,254). Sum of RGB (Red+Green+Blue) = 189+168+254=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FE is #425701. Grayscale: #B7B7B7. Windows color (decimal): -4347650 or 16689341. OLE color: 16689341.

HSL color Cylindrical-coordinate representation of color #BDA8FE: hue angle of 254.65º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA8FE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189168254-
CMYK0.260.3400.00
HSL254.65º97.73%82.75%-
HSV(B)254.65º33.86%99.61%-
XYZ52.8845.9899.85-
YUV184.08167.46131.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=30.93%
G=27.50%
B=41.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891682540.260.3400.00254.6597.7382.75
HexBDA8FE1A2200ff6253
Octal275250376324200377142123
Binary10111101101010001111111011010100010001111111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8FE; }

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

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

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

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

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

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

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

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