#B99CDB

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

Shades of Perfume #B99CDB

Tints of Perfume #B99CDB

Color information

#B99CDB (or 0xB99CDB) is unknown color: approx Perfume. HEX triplet: B9, 9C and DB. RGB value is (185,156,219). Sum of RGB (Red+Green+Blue) = 185+156+219=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDB is #466324. Grayscale: #ABABAB. Windows color (decimal): -4612901 or 14392505. OLE color: 14392505.

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

Color convert

RGB185156219-
CMYK0.160.2900.14
HSL267.62º46.67%73.53%-
HSV(B)267.62º28.77%85.88%-
XYZ44.6839.2172.23-
YUV171.85154.61137.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 156 (61.33% from 255) = 27.86%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=33.04%
G=27.86%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851562190.160.2900.14267.6246.6773.53
HexB99CDB101D0E10c2f4a
Octal271234333203501641457112
Binary1011100110011100110110111000011101011101000011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CDB; }

 p { color: rgb(185,156,219); }

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

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

 a { background-color: rgb(185,156,219); }

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

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

 span { border-color: rgb(185,156,219); }

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