#BC99FF

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

Shades of Perfume #BC99FF

Tints of Perfume #BC99FF

Color information

#BC99FF (or 0xBC99FF) is unknown color: approx Perfume. HEX triplet: BC, 99 and FF. RGB value is (188,153,255). Sum of RGB (Red+Green+Blue) = 188+153+255=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99FF is #436600. Grayscale: #AEAEAE. Windows color (decimal): -4417025 or 16751036. OLE color: 16751036.

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

Color convert

RGB188153255-
CMYK0.260.400
HSL260.59º100%80%-
HSV(B)260.59º40%100%-
XYZ50.1840.6999.82-
YUV175.09173.1137.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 153 (60.16% from 255) = 25.67%
BLUE value IS 255 (100% from 255) = 42.79%
R=31.54%
G=25.67%
B=42.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881532550.260.400260.5910080
HexBC99FF1A28001056450
Octal274231377325000405144120
Binary101111001001100111111111110101010000010000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99FF; }

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

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

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

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

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

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

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

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