#BD9CEA

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

Shades of Perfume #BD9CEA

Tints of Perfume #BD9CEA

Color information

#BD9CEA (or 0xBD9CEA) is unknown color: approx Perfume. HEX triplet: BD, 9C and EA. RGB value is (189,156,234). Sum of RGB (Red+Green+Blue) = 189+156+234=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9CEA is #426315. Grayscale: #AEAEAE. Windows color (decimal): -4350742 or 15375549. OLE color: 15375549.

HSL color Cylindrical-coordinate representation of color #BD9CEA: hue angle of 265.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9CEA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189156234-
CMYK0.190.3300.08
HSL265.38º65%76.47%-
HSV(B)265.38º33.33%91.76%-
XYZ47.7340.5483.15-
YUV174.76161.43138.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=32.64%
G=26.94%
B=40.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891562340.190.3300.08265.386576.47
HexBD9CEA132108109414c
Octal2752343522341010411101114
Binary101111011001110011101010100111000010100010000100110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CEA; }

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

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

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

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

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

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

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

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