#B9A3D4

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

Shades of Perfume #B9A3D4

Tints of Perfume #B9A3D4

Color information

#B9A3D4 (or 0xB9A3D4) is unknown color: approx Perfume. HEX triplet: B9, A3 and D4. RGB value is (185,163,212). Sum of RGB (Red+Green+Blue) = 185+163+212=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9A3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A3D4 is #465C2B. Grayscale: #AEAEAE. Windows color (decimal): -4611116 or 13935545. OLE color: 13935545.

HSL color Cylindrical-coordinate representation of color #B9A3D4: hue angle of 266.94º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A3D4 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185163212-
CMYK0.130.2300.17
HSL266.94º36.3%73.53%-
HSV(B)266.94º23.11%83.14%-
XYZ44.9941.2667.88-
YUV175.16148.79135.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 163 (64.06% from 255) = 29.11%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=33.04%
G=29.11%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851632120.130.2300.17266.9436.373.53
HexB9A3D4D1701110b244a
Octal271243324152702141344112
Binary1011100110100011110101001101101110100011000010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A3D4; }

 p { color: rgb(185,163,212); }

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

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

 a { background-color: rgb(185,163,212); }

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

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

 span { border-color: rgb(185,163,212); }

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