#BDA0F2

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

Shades of Perfume #BDA0F2

Tints of Perfume #BDA0F2

Color information

#BDA0F2 (or 0xBDA0F2) is unknown color: approx Perfume. HEX triplet: BD, A0 and F2. RGB value is (189,160,242). Sum of RGB (Red+Green+Blue) = 189+160+242=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDA0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0F2 is #425F0D. Grayscale: #B1B1B1. Windows color (decimal): -4349710 or 15900861. OLE color: 15900861.

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

Color convert

RGB189160242-
CMYK0.220.3400.05
HSL261.22º75.93%78.82%-
HSV(B)261.22º33.88%94.9%-
XYZ49.5842.3789.57-
YUV178.02164.11135.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=31.98%
G=27.07%
B=40.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891602420.220.3400.05261.2275.9378.82
HexBDA0F21622051054c4f
Octal275240362264205405114117
Binary10111101101000001111001010110100010010110000010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0F2; }

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

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

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

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

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

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

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

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