#BC98FD

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

Shades of Perfume #BC98FD

Tints of Perfume #BC98FD

Color information

#BC98FD (or 0xBC98FD) is unknown color: approx Perfume. HEX triplet: BC, 98 and FD. RGB value is (188,152,253). Sum of RGB (Red+Green+Blue) = 188+152+253=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98FD is #436702. Grayscale: #ADADAD. Windows color (decimal): -4417283 or 16619708. OLE color: 16619708.

HSL color Cylindrical-coordinate representation of color #BC98FD: hue angle of 261.39º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC98FD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188152253-
CMYK0.260.4000.01
HSL261.39º96.19%79.41%-
HSV(B)261.39º39.92%99.22%-
XYZ49.740.2498.08-
YUV174.28172.43137.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=31.70%
G=25.63%
B=42.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881522530.260.4000.01261.3996.1979.41
HexBC98FD1A2801105604f
Octal274230375325001405140117
Binary101111001001100011111101110101010000110000010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98FD; }

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

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

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

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

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

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

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

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