#b9a0fd

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

Shades of Perfume #B9A0FD

Tints of Perfume #B9A0FD

Color information

#B9A0FD (or 0xB9A0FD) is unknown color: approx Perfume. HEX triplet: B9, A0 and FD. RGB value is (185,160,253). Sum of RGB (Red+Green+Blue) = 185+160+253=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A0FD is #465F02. Grayscale: #B1B1B1. Windows color (decimal): -4611843 or 16621753. OLE color: 16621753.

HSL color Cylindrical-coordinate representation of color #B9A0FD: hue angle of 256.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A0FD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185160253-
CMYK0.270.3700.01
HSL256.13º95.88%80.98%-
HSV(B)256.13º36.76%99.22%-
XYZ50.3142.5598.49-
YUV178.08170.28132.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 160 (62.89% from 255) = 26.76%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=30.94%
G=26.76%
B=42.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851602530.270.3700.01256.1395.8880.98
HexB9A0FD1B25011006051
Octal271240375334501400140121
Binary101110011010000011111101110111001010110000000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a0fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a0fd; }

 p { color: rgb(185,160,253); }

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

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

 a { background-color: rgb(185,160,253); }

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

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

 span { border-color: rgb(185,160,253); }

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