#B99CDC

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

Shades of Perfume #B99CDC

Tints of Perfume #B99CDC

Color information

#B99CDC (or 0xB99CDC) is unknown color: approx Perfume. HEX triplet: B9, 9C and DC. RGB value is (185,156,220). Sum of RGB (Red+Green+Blue) = 185+156+220=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CDC is #466323. Grayscale: #ABABAB. Windows color (decimal): -4612900 or 14458041. OLE color: 14458041.

HSL color Cylindrical-coordinate representation of color #B99CDC: hue angle of 267.19º degrees, saturation: 0.48, 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 #B99CDC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185156220-
CMYK0.160.2900.14
HSL267.19º47.76%73.73%-
HSV(B)267.19º29.09%86.27%-
XYZ44.8139.2672.93-
YUV171.97155.11137.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=32.98%
G=27.81%
B=39.22%

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
Decimal1851562200.160.2900.14267.1947.7673.73
HexB99CDC101D0E10b304a
Octal271234334203501641360112
Binary1011100110011100110111001000011101011101000010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CDC; }

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

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

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

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

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

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

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

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