#BC98FF

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

Shades of Perfume #BC98FF

Tints of Perfume #BC98FF

Color information

#BC98FF (or 0xBC98FF) is unknown color: approx Perfume. HEX triplet: BC, 98 and FF. RGB value is (188,152,255). Sum of RGB (Red+Green+Blue) = 188+152+255=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98FF is #436700. Grayscale: #AEAEAE. Windows color (decimal): -4417281 or 16750780. OLE color: 16750780.

HSL color Cylindrical-coordinate representation of color #BC98FF: hue angle of 260.97º 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 #BC98FF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188152255-
CMYK0.260.4000
HSL260.97º100%79.8%-
HSV(B)260.97º40.39%100%-
XYZ50.0240.3799.76-
YUV174.51173.43137.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 255 (100% from 255) = 42.86%
R=31.60%
G=25.55%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881522550.260.4000260.9710079.8
HexBC98FF1A28001056450
Octal274230377325000405144120
Binary101111001001100011111111110101010000010000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98FF; }

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

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

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

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

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

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

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

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