#B99DD5

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

Shades of Perfume #B99DD5

Tints of Perfume #B99DD5

Color information

#B99DD5 (or 0xB99DD5) is unknown color: approx Perfume. HEX triplet: B9, 9D and D5. RGB value is (185,157,213). Sum of RGB (Red+Green+Blue) = 185+157+213=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #B99DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DD5 is #46622A. Grayscale: #ABABAB. Windows color (decimal): -4612651 or 13999545. OLE color: 13999545.

HSL color Cylindrical-coordinate representation of color #B99DD5: hue angle of 270º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B99DD5 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185157213-
CMYK0.130.2600.16
HSL270º40%72.55%-
HSV(B)270º26.29%83.53%-
XYZ44.0739.2368.2-
YUV171.76151.28137.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=33.33%
G=28.29%
B=38.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851572130.130.2600.162704072.55
HexB99DD5D1A01010e2849
Octal271235325153202041650111
Binary1011100110011101110101011101110100100001000011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DD5; }

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

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

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

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

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

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

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

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