#BDA5F0

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

Shades of Perfume #BDA5F0

Tints of Perfume #BDA5F0

Color information

#BDA5F0 (or 0xBDA5F0) is unknown color: approx Perfume. HEX triplet: BD, A5 and F0. RGB value is (189,165,240). Sum of RGB (Red+Green+Blue) = 189+165+240=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5F0 is #425A0F. Grayscale: #B4B4B4. Windows color (decimal): -4348432 or 15771069. OLE color: 15771069.

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

Color convert

RGB189165240-
CMYK0.210.3100.06
HSL259.2º71.43%79.41%-
HSV(B)259.2º31.25%94.12%-
XYZ50.1744.0288.29-
YUV180.73161.45133.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=31.82%
G=27.78%
B=40.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891652400.210.3100.06259.271.4379.41
HexBDA5F0151F06103474f
Octal275245360253706403107117
Binary1011110110100101111100001010111111011010000001110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5F0; }

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

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

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

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

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

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

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

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