#BC9CF1

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

Shades of Perfume #BC9CF1

Tints of Perfume #BC9CF1

Color information

#BC9CF1 (or 0xBC9CF1) is unknown color: approx Perfume. HEX triplet: BC, 9C and F1. RGB value is (188,156,241). Sum of RGB (Red+Green+Blue) = 188+156+241=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CF1 is #43630E. Grayscale: #AEAEAE. Windows color (decimal): -4416271 or 15834300. OLE color: 15834300.

HSL color Cylindrical-coordinate representation of color #BC9CF1: hue angle of 262.59º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC9CF1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188156241-
CMYK0.220.3500.05
HSL262.59º75.22%77.84%-
HSV(B)262.59º35.27%94.51%-
XYZ48.540.8288.54-
YUV175.26165.1137.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=32.14%
G=26.67%
B=41.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881562410.220.3500.05262.5975.2277.84
HexBC9CF11623051074b4e
Octal274234361264305407113116
Binary10111100100111001111000110110100011010110000011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CF1; }

 p { color: rgb(188,156,241); }

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

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

 a { background-color: rgb(188,156,241); }

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

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

 span { border-color: rgb(188,156,241); }

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