#BC94FB

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

Shades of Perfume #BC94FB

Tints of Perfume #BC94FB

Color information

#BC94FB (or 0xBC94FB) is unknown color: approx Perfume. HEX triplet: BC, 94 and FB. RGB value is (188,148,251). Sum of RGB (Red+Green+Blue) = 188+148+251=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94FB is #436B04. Grayscale: #ABABAB. Windows color (decimal): -4418309 or 16487612. OLE color: 16487612.

HSL color Cylindrical-coordinate representation of color #BC94FB: hue angle of 263.3º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC94FB is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188148251-
CMYK0.250.4100.02
HSL263.3º92.79%78.24%-
HSV(B)263.3º41.04%98.43%-
XYZ48.7438.8496.19-
YUV171.7172.75139.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 148 (58.20% from 255) = 25.21%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=32.03%
G=25.21%
B=42.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881482510.250.4100.02263.392.7978.24
HexBC94FB1929021075d4e
Octal274224373315102407135116
Binary1011110010010100111110111100110100101010000011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94FB; }

 p { color: rgb(188,148,251); }

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

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

 a { background-color: rgb(188,148,251); }

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

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

 span { border-color: rgb(188,148,251); }

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