#BDA0F6

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

Shades of Perfume #BDA0F6

Tints of Perfume #BDA0F6

Color information

#BDA0F6 (or 0xBDA0F6) is unknown color: approx Perfume. HEX triplet: BD, A0 and F6. RGB value is (189,160,246). Sum of RGB (Red+Green+Blue) = 189+160+246=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDA0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0F6 is #425F09. Grayscale: #B2B2B2. Windows color (decimal): -4349706 or 16163005. OLE color: 16163005.

HSL color Cylindrical-coordinate representation of color #BDA0F6: hue angle of 260.23º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA0F6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189160246-
CMYK0.230.3500.04
HSL260.23º82.69%79.61%-
HSV(B)260.23º34.96%96.47%-
XYZ50.1942.6192.77-
YUV178.48166.11135.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 160 (62.89% from 255) = 26.89%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=31.76%
G=26.89%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891602460.230.3500.04260.2382.6979.61
HexBDA0F61723041045350
Octal275240366274304404123120
Binary10111101101000001111011010111100011010010000010010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0F6; }

 p { color: rgb(189,160,246); }

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

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

 a { background-color: rgb(189,160,246); }

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

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

 span { border-color: rgb(189,160,246); }

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