#B99DCD

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

Shades of Perfume #B99DCD

Tints of Perfume #B99DCD

Color information

#B99DCD (or 0xB99DCD) is unknown color: approx Perfume. HEX triplet: B9, 9D and CD. RGB value is (185,157,205). Sum of RGB (Red+Green+Blue) = 185+157+205=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DCD is #466232. Grayscale: #AAAAAA. Windows color (decimal): -4612659 or 13475257. OLE color: 13475257.

HSL color Cylindrical-coordinate representation of color #B99DCD: hue angle of 275º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99DCD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185157205-
CMYK0.100.2300.20
HSL275º32.43%70.98%-
HSV(B)275º23.41%80.39%-
XYZ43.0838.8462.98-
YUV170.84147.28138.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=33.82%
G=28.70%
B=37.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851572050.100.2300.2027532.4370.98
HexB99DCDA170141132047
Octal271235315122702442340107
Binary1011100110011101110011011010101110101001000100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DCD; }

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

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

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

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

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

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

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

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