#BDA2FB

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

Shades of Perfume #BDA2FB

Tints of Perfume #BDA2FB

Color information

#BDA2FB (or 0xBDA2FB) is unknown color: approx Perfume. HEX triplet: BD, A2 and FB. RGB value is (189,162,251). Sum of RGB (Red+Green+Blue) = 189+162+251=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA2FB is #425D04. Grayscale: #B3B3B3. Windows color (decimal): -4349189 or 16491197. OLE color: 16491197.

HSL color Cylindrical-coordinate representation of color #BDA2FB: hue angle of 258.2º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA2FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189162251-
CMYK0.250.3500.02
HSL258.2º91.75%80.98%-
HSV(B)258.2º35.46%98.43%-
XYZ51.3243.6296.98-
YUV180.22167.95134.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=31.40%
G=26.91%
B=41.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891622510.250.3500.02258.291.7580.98
HexBDA2FB1923021025c51
Octal275242373314302402134121
Binary1011110110100010111110111100110001101010000001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2FB; }

 p { color: rgb(189,162,251); }

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

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

 a { background-color: rgb(189,162,251); }

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

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

 span { border-color: rgb(189,162,251); }

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