#B99DDC

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

Shades of Perfume #B99DDC

Tints of Perfume #B99DDC

Color information

#B99DDC (or 0xB99DDC) is unknown color: approx Perfume. HEX triplet: B9, 9D and DC. RGB value is (185,157,220). Sum of RGB (Red+Green+Blue) = 185+157+220=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B99DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DDC is #466223. Grayscale: #ACACAC. Windows color (decimal): -4612644 or 14458297. OLE color: 14458297.

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

Color convert

RGB185157220-
CMYK0.160.2900.14
HSL266.67º47.37%73.92%-
HSV(B)266.67º28.64%86.27%-
XYZ44.9839.672.98-
YUV172.55154.78136.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=32.92%
G=27.94%
B=39.15%

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
Decimal1851572200.160.2900.14266.6747.3773.92
HexB99DDC101D0E10b2f4a
Octal271235334203501641357112
Binary1011100110011101110111001000011101011101000010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DDC; }

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

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

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

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

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

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

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

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