#BC98DB

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

Shades of Perfume #BC98DB

Tints of Perfume #BC98DB

Color information

#BC98DB (or 0xBC98DB) is unknown color: approx Perfume. HEX triplet: BC, 98 and DB. RGB value is (188,152,219). Sum of RGB (Red+Green+Blue) = 188+152+219=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DB is #436724. Grayscale: #AAAAAA. Windows color (decimal): -4417317 or 14391484. OLE color: 14391484.

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

Color convert

RGB188152219-
CMYK0.140.3100.14
HSL272.24º48.2%72.75%-
HSV(B)272.24º30.59%85.88%-
XYZ44.7538.2672.04-
YUV170.4155.43140.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=33.63%
G=27.19%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881522190.140.3100.14272.2448.272.75
HexBC98DBE1F0E1103049
Octal274230333163701642060111
Binary101111001001100011011011111011111011101000100001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98DB; }

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

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

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

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

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

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

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

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