#BC9DEA

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

Shades of Perfume #BC9DEA

Tints of Perfume #BC9DEA

Color information

#BC9DEA (or 0xBC9DEA) is unknown color: approx Perfume. HEX triplet: BC, 9D and EA. RGB value is (188,157,234). Sum of RGB (Red+Green+Blue) = 188+157+234=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 157 (61.72% from 255 or 27.12% 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 #BC9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DEA is #436215. Grayscale: #AEAEAE. Windows color (decimal): -4416022 or 15375804. OLE color: 15375804.

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

Color convert

RGB188157234-
CMYK0.200.3300.08
HSL264.16º64.71%76.67%-
HSV(B)264.16º32.91%91.76%-
XYZ47.6540.7583.2-
YUV175.05161.27137.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=32.47%
G=27.12%
B=40.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881572340.200.3300.08264.1664.7176.67
HexBC9DEA142108108414d
Octal2742353522441010410101115
Binary101111001001110111101010101001000010100010000100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DEA; }

 p { color: rgb(188,157,234); }

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

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

 a { background-color: rgb(188,157,234); }

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

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

 span { border-color: rgb(188,157,234); }

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