#BC92E7

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

Shades of Perfume #BC92E7

Tints of Perfume #BC92E7

Color information

#BC92E7 (or 0xBC92E7) is unknown color: approx Perfume. HEX triplet: BC, 92 and E7. RGB value is (188,146,231). Sum of RGB (Red+Green+Blue) = 188+146+231=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92E7 is #436D18. Grayscale: #A7A7A7. Windows color (decimal): -4418841 or 15176380. OLE color: 15176380.

HSL color Cylindrical-coordinate representation of color #BC92E7: hue angle of 269.65º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC92E7 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188146231-
CMYK0.190.3700.09
HSL269.65º63.91%73.92%-
HSV(B)269.65º36.8%90.59%-
XYZ45.4437.0280.35-
YUV168.25163.41142.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 231 (90.62% from 255) = 40.88%
R=33.27%
G=25.84%
B=40.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881462310.190.3700.09269.6563.9173.92
HexBC92E713250910e404a
Octal2742223472345011416100112
Binary101111001001001011100111100111001010100110000111010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92E7; }

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

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

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

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

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

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

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

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