#B9A6CA

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

Shades of Perfume #B9A6CA

Tints of Perfume #B9A6CA

Color information

#B9A6CA (or 0xB9A6CA) is unknown color: approx Perfume. HEX triplet: B9, A6 and CA. RGB value is (185,166,202). Sum of RGB (Red+Green+Blue) = 185+166+202=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9A6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6CA is #465935. Grayscale: #AFAFAF. Windows color (decimal): -4610358 or 13280953. OLE color: 13280953.

HSL color Cylindrical-coordinate representation of color #B9A6CA: hue angle of 271.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9A6CA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185166202-
CMYK0.080.1800.21
HSL271.67º25.35%72.16%-
HSV(B)271.67º17.82%79.22%-
XYZ44.341.8561.62-
YUV175.78142.79134.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=33.45%
G=30.02%
B=36.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851662020.080.1800.21271.6725.3572.16
HexB9A6CA8120151101948
Octal271246312102202542031110
Binary101110011010011011001010100010010010101100010000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A6CA; }

 p { color: rgb(185,166,202); }

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

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

 a { background-color: rgb(185,166,202); }

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

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

 span { border-color: rgb(185,166,202); }

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