#B99DEA

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

Shades of Perfume #B99DEA

Tints of Perfume #B99DEA

Color information

#B99DEA (or 0xB99DEA) is unknown color: approx Perfume. HEX triplet: B9, 9D and EA. RGB value is (185,157,234). Sum of RGB (Red+Green+Blue) = 185+157+234=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #B99DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99DEA is #466215. Grayscale: #ADADAD. Windows color (decimal): -4612630 or 15375801. OLE color: 15375801.

HSL color Cylindrical-coordinate representation of color #B99DEA: hue angle of 261.82º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B99DEA is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185157234-
CMYK0.210.3300.08
HSL261.82º64.71%76.67%-
HSV(B)261.82º32.91%91.76%-
XYZ46.9240.3783.16-
YUV174.15161.78135.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=32.12%
G=27.26%
B=40.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851572340.210.3300.08261.8264.7176.67
HexB99DEA152108106414d
Octal2712353522541010406101115
Binary101110011001110111101010101011000010100010000011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DEA; }

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

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

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

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

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

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

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

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