#BC9EDB

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

Shades of Perfume #BC9EDB

Tints of Perfume #BC9EDB

Color information

#BC9EDB (or 0xBC9EDB) is unknown color: approx Perfume. HEX triplet: BC, 9E and DB. RGB value is (188,158,219). Sum of RGB (Red+Green+Blue) = 188+158+219=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EDB is #436124. Grayscale: #ADADAD. Windows color (decimal): -4415781 or 14393020. OLE color: 14393020.

HSL color Cylindrical-coordinate representation of color #BC9EDB: hue angle of 269.51º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9EDB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188158219-
CMYK0.140.2800.14
HSL269.51º45.86%73.92%-
HSV(B)269.51º27.85%85.88%-
XYZ45.7540.2672.38-
YUV173.92153.44138.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=33.27%
G=27.96%
B=38.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881582190.140.2800.14269.5145.8673.92
HexBC9EDBE1C0E10e2e4a
Octal274236333163401641656112
Binary101111001001111011011011111011100011101000011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9EDB; }

 p { color: rgb(188,158,219); }

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

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

 a { background-color: rgb(188,158,219); }

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

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

 span { border-color: rgb(188,158,219); }

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