#B9A0CD

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

Shades of Perfume #B9A0CD

Tints of Perfume #B9A0CD

Color information

#B9A0CD (or 0xB9A0CD) is unknown color: approx Perfume. HEX triplet: B9, A0 and CD. RGB value is (185,160,205). Sum of RGB (Red+Green+Blue) = 185+160+205=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CD is #465F32. Grayscale: #ACACAC. Windows color (decimal): -4611891 or 13476025. OLE color: 13476025.

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

Color convert

RGB185160205-
CMYK0.100.2200.20
HSL273.33º31.03%71.57%-
HSV(B)273.33º21.95%80.39%-
XYZ43.639.8663.15-
YUV172.6146.28136.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=33.64%
G=29.09%
B=37.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851602050.100.2200.20273.3331.0371.57
HexB9A0CDA160141111f48
Octal271240315122602442137110
Binary101110011010000011001101101010110010100100010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0CD; }

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

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

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

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

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

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

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

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