#BDA8F0

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

Shades of Melrose #BDA8F0

Tints of Melrose #BDA8F0

Color information

#BDA8F0 (or 0xBDA8F0) is unknown color: approx Melrose. HEX triplet: BD, A8 and F0. RGB value is (189,168,240). Sum of RGB (Red+Green+Blue) = 189+168+240=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDA8F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8F0 is #42570F. Grayscale: #B6B6B6. Windows color (decimal): -4347664 or 15771837. OLE color: 15771837.

HSL color Cylindrical-coordinate representation of color #BDA8F0: hue angle of 257.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA8F0 is Cyan = 0.21, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189168240-
CMYK0.210.300.06
HSL257.5º70.59%80%-
HSV(B)257.5º30%94.12%-
XYZ50.7245.1288.47-
YUV182.49160.46132.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=31.66%
G=28.14%
B=40.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891682400.210.300.06257.570.5980
HexBDA8F0151E061024750
Octal275250360253606402107120
Binary1011110110101000111100001010111110011010000001010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8F0; }

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

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

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

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

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

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

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

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