#BC92EE

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

Shades of Perfume #BC92EE

Tints of Perfume #BC92EE

Color information

#BC92EE (or 0xBC92EE) is unknown color: approx Perfume. HEX triplet: BC, 92 and EE. RGB value is (188,146,238). Sum of RGB (Red+Green+Blue) = 188+146+238=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC92EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC92EE is #436D11. Grayscale: #A8A8A8. Windows color (decimal): -4418834 or 15635132. OLE color: 15635132.

HSL color Cylindrical-coordinate representation of color #BC92EE: hue angle of 267.39º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC92EE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188146238-
CMYK0.210.3900.07
HSL267.39º73.02%75.29%-
HSV(B)267.39º38.66%93.33%-
XYZ46.4537.4285.66-
YUV169.05166.91141.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=32.87%
G=25.52%
B=41.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881462380.210.3900.07267.3973.0275.29
HexBC92EE15270710b494b
Octal274222356254707413111113
Binary10111100100100101110111010101100111011110000101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92EE; }

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

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

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

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

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

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

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

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