#BC99F6

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

Shades of Perfume #BC99F6

Tints of Perfume #BC99F6

Color information

#BC99F6 (or 0xBC99F6) is unknown color: approx Perfume. HEX triplet: BC, 99 and F6. RGB value is (188,153,246). Sum of RGB (Red+Green+Blue) = 188+153+246=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99F6 is #436609. Grayscale: #ADADAD. Windows color (decimal): -4417034 or 16161212. OLE color: 16161212.

HSL color Cylindrical-coordinate representation of color #BC99F6: hue angle of 262.58º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC99F6 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188153246-
CMYK0.240.3800.04
HSL262.58º83.78%78.24%-
HSV(B)262.58º37.8%96.47%-
XYZ48.7640.1392.36-
YUV174.07168.6137.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 246 (96.48% from 255) = 41.91%
R=32.03%
G=26.06%
B=41.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881532460.240.3800.04262.5883.7878.24
HexBC99F6182604107544e
Octal274231366304604407124116
Binary10111100100110011111011011000100110010010000011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99F6; }

 p { color: rgb(188,153,246); }

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

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

 a { background-color: rgb(188,153,246); }

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

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

 span { border-color: rgb(188,153,246); }

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