#BDA1E8

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

Shades of Perfume #BDA1E8

Tints of Perfume #BDA1E8

Color information

#BDA1E8 (or 0xBDA1E8) is unknown color: approx Perfume. HEX triplet: BD, A1 and E8. RGB value is (189,161,232). Sum of RGB (Red+Green+Blue) = 189+161+232=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1E8 is #425E17. Grayscale: #B1B1B1. Windows color (decimal): -4349464 or 15245757. OLE color: 15245757.

HSL color Cylindrical-coordinate representation of color #BDA1E8: hue angle of 263.66º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA1E8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189161232-
CMYK0.190.3100.09
HSL263.66º60.68%77.06%-
HSV(B)263.66º30.6%90.98%-
XYZ48.342.1381.93-
YUV177.47158.78136.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 161 (63.28% from 255) = 27.66%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=32.47%
G=27.66%
B=39.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891612320.190.3100.09263.6660.6877.06
HexBDA1E8131F091083d4d
Octal275241350233701141075115
Binary1011110110100001111010001001111111010011000010001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1E8; }

 p { color: rgb(189,161,232); }

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

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

 a { background-color: rgb(189,161,232); }

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

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

 span { border-color: rgb(189,161,232); }

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