#bd9ce1

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

Shades of Perfume #BD9CE1

Tints of Perfume #BD9CE1

Color information

#BD9CE1 (or 0xBD9CE1) is unknown color: approx Perfume. HEX triplet: BD, 9C and E1. RGB value is (189,156,225). Sum of RGB (Red+Green+Blue) = 189+156+225=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD9CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CE1 is #42631E. Grayscale: #ADADAD. Windows color (decimal): -4350751 or 14785725. OLE color: 14785725.

HSL color Cylindrical-coordinate representation of color #BD9CE1: hue angle of 268.7º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD9CE1 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189156225-
CMYK0.160.3100.12
HSL268.7º53.49%74.71%-
HSV(B)268.7º30.67%88.24%-
XYZ46.4740.0376.51-
YUV173.73156.93138.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=33.16%
G=27.37%
B=39.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891562250.160.3100.12268.753.4974.71
HexBD9CE1101F0C10d354b
Octal275234341203701441565113
Binary1011110110011100111000011000011111011001000011011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd9ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd9ce1; }

 p { color: rgb(189,156,225); }

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

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

 a { background-color: rgb(189,156,225); }

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

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

 span { border-color: rgb(189,156,225); }

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