#BC98F3

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

Shades of Perfume #BC98F3

Tints of Perfume #BC98F3

Color information

#BC98F3 (or 0xBC98F3) is unknown color: approx Perfume. HEX triplet: BC, 98 and F3. RGB value is (188,152,243). Sum of RGB (Red+Green+Blue) = 188+152+243=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98F3 is #43670C. Grayscale: #ACACAC. Windows color (decimal): -4417293 or 15964348. OLE color: 15964348.

HSL color Cylindrical-coordinate representation of color #BC98F3: hue angle of 263.74º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC98F3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188152243-
CMYK0.230.3700.05
HSL263.74º79.13%77.45%-
HSV(B)263.74º37.45%95.29%-
XYZ48.1439.6289.9-
YUV173.14167.43138.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=32.25%
G=26.07%
B=41.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881522430.230.3700.05263.7479.1377.45
HexBC98F31725051084f4d
Octal274230363274505410117115
Binary10111100100110001111001110111100101010110000100010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98F3; }

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

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

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

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

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

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

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

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