#BC9DDB

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

Shades of Perfume #BC9DDB

Tints of Perfume #BC9DDB

Color information

#BC9DDB (or 0xBC9DDB) is unknown color: approx Perfume. HEX triplet: BC, 9D and DB. RGB value is (188,157,219). Sum of RGB (Red+Green+Blue) = 188+157+219=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DDB is #436224. Grayscale: #ADADAD. Windows color (decimal): -4416037 or 14392764. OLE color: 14392764.

HSL color Cylindrical-coordinate representation of color #BC9DDB: hue angle of 270º 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 #BC9DDB is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188157219-
CMYK0.140.2800.14
HSL270º46.27%73.73%-
HSV(B)270º28.31%85.88%-
XYZ45.5839.9272.32-
YUV173.34153.77138.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=33.33%
G=27.84%
B=38.83%

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
Decimal1881572190.140.2800.1427046.2773.73
HexBC9DDBE1C0E10e2e4a
Octal274235333163401641656112
Binary101111001001110111011011111011100011101000011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DDB; }

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

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

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

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

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

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

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

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