#BC94FF

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

Shades of Perfume #BC94FF

Tints of Perfume #BC94FF

Color information

#BC94FF (or 0xBC94FF) is unknown color: approx Perfume. HEX triplet: BC, 94 and FF. RGB value is (188,148,255). Sum of RGB (Red+Green+Blue) = 188+148+255=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94FF is #436B00. Grayscale: #ABABAB. Windows color (decimal): -4418305 or 16749756. OLE color: 16749756.

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

Color convert

RGB188148255-
CMYK0.260.4200
HSL262.43º100%79.02%-
HSV(B)262.43º41.96%100%-
XYZ49.3839.0999.55-
YUV172.16174.75139.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 43.15%
R=31.81%
G=25.04%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881482550.260.4200262.4310079.02
HexBC94FF1A2A00106644f
Octal274224377325200406144117
Binary101111001001010011111111110101010100010000011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94FF; }

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

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

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

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

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

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

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

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