#BC9CF9

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

Shades of Perfume #BC9CF9

Tints of Perfume #BC9CF9

Color information

#BC9CF9 (or 0xBC9CF9) is unknown color: approx Perfume. HEX triplet: BC, 9C and F9. RGB value is (188,156,249). Sum of RGB (Red+Green+Blue) = 188+156+249=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC9CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CF9 is #436306. Grayscale: #AFAFAF. Windows color (decimal): -4416263 or 16358588. OLE color: 16358588.

HSL color Cylindrical-coordinate representation of color #BC9CF9: hue angle of 260.65º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9CF9 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188156249-
CMYK0.240.3700.02
HSL260.65º88.57%79.41%-
HSV(B)260.65º37.35%97.65%-
XYZ49.7341.3194.97-
YUV176.17169.1136.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=31.70%
G=26.31%
B=41.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881562490.240.3700.02260.6588.5779.41
HexBC9CF9182502105594f
Octal274234371304502405131117
Binary1011110010011100111110011100010010101010000010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CF9; }

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

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

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

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

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

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

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

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