#BC8DF9

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

Shades of Perfume #BC8DF9

Tints of Perfume #BC8DF9

Color information

#BC8DF9 (or 0xBC8DF9) is unknown color: approx Perfume. HEX triplet: BC, 8D and F9. RGB value is (188,141,249). Sum of RGB (Red+Green+Blue) = 188+141+249=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC8DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DF9 is #437206. Grayscale: #A6A6A6. Windows color (decimal): -4420103 or 16354748. OLE color: 16354748.

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

Color convert

RGB188141249-
CMYK0.240.4300.02
HSL266.11º90%76.47%-
HSV(B)266.11º43.37%97.65%-
XYZ47.3636.5894.19-
YUV167.36174.07142.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=32.53%
G=24.39%
B=43.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881412490.240.4300.02266.119076.47
HexBC8DF9182B0210a5a4c
Octal274215371305302412132114
Binary1011110010001101111110011100010101101010000101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DF9; }

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

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

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

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

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

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

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

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