#BC9FEE

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

Shades of Perfume #BC9FEE

Tints of Perfume #BC9FEE

Color information

#BC9FEE (or 0xBC9FEE) is unknown color: approx Perfume. HEX triplet: BC, 9F and EE. RGB value is (188,159,238). Sum of RGB (Red+Green+Blue) = 188+159+238=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FEE is #436011. Grayscale: #B0B0B0. Windows color (decimal): -4415506 or 15638460. OLE color: 15638460.

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

Color convert

RGB188159238-
CMYK0.210.3300.07
HSL262.03º69.91%77.84%-
HSV(B)262.03º33.19%93.33%-
XYZ48.5741.6686.37-
YUV176.68162.61136.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=32.14%
G=27.18%
B=40.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881592380.210.3300.07262.0369.9177.84
HexBC9FEE152107106464e
Octal274237356254107406106116
Binary10111100100111111110111010101100001011110000011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FEE; }

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

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

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

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

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

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

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

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