#BC98FB

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

Shades of Perfume #BC98FB

Tints of Perfume #BC98FB

Color information

#BC98FB (or 0xBC98FB) is unknown color: approx Perfume. HEX triplet: BC, 98 and FB. RGB value is (188,152,251). Sum of RGB (Red+Green+Blue) = 188+152+251=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98FB is #436704. Grayscale: #ADADAD. Windows color (decimal): -4417285 or 16488636. OLE color: 16488636.

HSL color Cylindrical-coordinate representation of color #BC98FB: hue angle of 261.82º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC98FB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188152251-
CMYK0.250.3900.02
HSL261.82º92.52%79.02%-
HSV(B)261.82º39.44%98.43%-
XYZ49.3840.1196.41-
YUV174.05171.43137.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=31.81%
G=25.72%
B=42.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881522510.250.3900.02261.8292.5279.02
HexBC98FB1927021065d4f
Octal274230373314702406135117
Binary1011110010011000111110111100110011101010000011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98FB; }

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

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

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

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

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

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

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

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