#BC92FD

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

Shades of Perfume #BC92FD

Tints of Perfume #BC92FD

Color information

#BC92FD (or 0xBC92FD) is unknown color: approx Perfume. HEX triplet: BC, 92 and FD. RGB value is (188,146,253). Sum of RGB (Red+Green+Blue) = 188+146+253=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92FD is #436D02. Grayscale: #AAAAAA. Windows color (decimal): -4418819 or 16618172. OLE color: 16618172.

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

Color convert

RGB188146253-
CMYK0.260.4200.01
HSL263.55º96.4%78.24%-
HSV(B)263.55º42.29%99.22%-
XYZ48.7538.3497.76-
YUV170.76174.41140.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=32.03%
G=24.87%
B=43.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881462530.260.4200.01263.5596.478.24
HexBC92FD1A2A01108604e
Octal274222375325201410140116
Binary101111001001001011111101110101010100110000100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92FD; }

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

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

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

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

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

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

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

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