#BC94FD

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

Shades of Perfume #BC94FD

Tints of Perfume #BC94FD

Color information

#BC94FD (or 0xBC94FD) is unknown color: approx Perfume. HEX triplet: BC, 94 and FD. RGB value is (188,148,253). Sum of RGB (Red+Green+Blue) = 188+148+253=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94FD is #436B02. Grayscale: #ABABAB. Windows color (decimal): -4418307 or 16618684. OLE color: 16618684.

HSL color Cylindrical-coordinate representation of color #BC94FD: hue angle of 262.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC94FD is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188148253-
CMYK0.260.4200.01
HSL262.86º96.33%78.63%-
HSV(B)262.86º41.5%99.22%-
XYZ49.0638.9697.86-
YUV171.93173.75139.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 148 (58.20% from 255) = 25.13%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=31.92%
G=25.13%
B=42.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881482530.260.4200.01262.8696.3378.63
HexBC94FD1A2A01107604f
Octal274224375325201407140117
Binary101111001001010011111101110101010100110000011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94FD; }

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

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

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

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

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

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

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

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