#BC92FF

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

Shades of Perfume #BC92FF

Tints of Perfume #BC92FF

Color information

#BC92FF (or 0xBC92FF) is unknown color: approx Perfume. HEX triplet: BC, 92 and FF. RGB value is (188,146,255). Sum of RGB (Red+Green+Blue) = 188+146+255=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92FF is #436D00. Grayscale: #AAAAAA. Windows color (decimal): -4418817 or 16749244. OLE color: 16749244.

HSL color Cylindrical-coordinate representation of color #BC92FF: hue angle of 263.12º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC92FF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188146255-
CMYK0.260.4300
HSL263.12º100%78.63%-
HSV(B)263.12º42.75%100%-
XYZ49.0738.4799.45-
YUV170.98175.41140.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 255 (100% from 255) = 43.29%
R=31.92%
G=24.79%
B=43.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881462550.260.4300263.1210078.63
HexBC92FF1A2B00107644f
Octal274222377325300407144117
Binary101111001001001011111111110101010110010000011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92FF; }

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

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

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

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

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

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

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

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