#B9A0CA

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

Shades of Perfume #B9A0CA

Tints of Perfume #B9A0CA

Color information

#B9A0CA (or 0xB9A0CA) is unknown color: approx Perfume. HEX triplet: B9, A0 and CA. RGB value is (185,160,202). Sum of RGB (Red+Green+Blue) = 185+160+202=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CA is #465F35. Grayscale: #ACACAC. Windows color (decimal): -4611894 or 13279417. OLE color: 13279417.

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

Color convert

RGB185160202-
CMYK0.080.2100.21
HSL275.71º28.38%70.98%-
HSV(B)275.71º20.79%79.22%-
XYZ43.2439.7261.26-
YUV172.26144.78137.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=33.82%
G=29.25%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851602020.080.2100.21275.7128.3870.98
HexB9A0CA8150151141c47
Octal271240312102502542434107
Binary101110011010000011001010100010101010101100010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0CA; }

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

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

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

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

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

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

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

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