#BC92EA

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

Shades of Perfume #BC92EA

Tints of Perfume #BC92EA

Color information

#BC92EA (or 0xBC92EA) is unknown color: approx Perfume. HEX triplet: BC, 92 and EA. RGB value is (188,146,234). Sum of RGB (Red+Green+Blue) = 188+146+234=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC92EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92EA is #436D15. Grayscale: #A8A8A8. Windows color (decimal): -4418838 or 15372988. OLE color: 15372988.

HSL color Cylindrical-coordinate representation of color #BC92EA: hue angle of 268.64º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC92EA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188146234-
CMYK0.200.3800.08
HSL268.64º67.69%74.51%-
HSV(B)268.64º37.61%91.76%-
XYZ45.8737.1982.6-
YUV168.59164.91141.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=33.10%
G=25.70%
B=41.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881462340.200.3800.08268.6467.6974.51
HexBC92EA14260810d444b
Octal2742223522446010415104113
Binary101111001001001011101010101001001100100010000110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92EA; }

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

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

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

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

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

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

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

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