#B9A2F2

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

Shades of Perfume #B9A2F2

Tints of Perfume #B9A2F2

Color information

#B9A2F2 (or 0xB9A2F2) is unknown color: approx Perfume. HEX triplet: B9, A2 and F2. RGB value is (185,162,242). Sum of RGB (Red+Green+Blue) = 185+162+242=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9A2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2F2 is #465D0D. Grayscale: #B1B1B1. Windows color (decimal): -4611342 or 15901369. OLE color: 15901369.

HSL color Cylindrical-coordinate representation of color #B9A2F2: hue angle of 257.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9A2F2 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185162242-
CMYK0.240.3300.05
HSL257.25º75.47%79.22%-
HSV(B)257.25º33.06%94.9%-
XYZ48.9542.5789.64-
YUV178164.12133-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 242 (94.92% from 255) = 41.09%
R=31.41%
G=27.50%
B=41.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851622420.240.3300.05257.2575.4779.22
HexB9A2F21821051014b4f
Octal271242362304105401113117
Binary10111001101000101111001011000100001010110000000110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2F2; }

 p { color: rgb(185,162,242); }

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

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

 a { background-color: rgb(185,162,242); }

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

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

 span { border-color: rgb(185,162,242); }

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