#B8A0CA

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

Shades of Perfume #B8A0CA

Tints of Perfume #B8A0CA

Color information

#B8A0CA (or 0xB8A0CA) is unknown color: approx Perfume. HEX triplet: B8, A0 and CA. RGB value is (184,160,202). Sum of RGB (Red+Green+Blue) = 184+160+202=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0CA is #475F35. Grayscale: #ABABAB. Windows color (decimal): -4677430 or 13279416. OLE color: 13279416.

HSL color Cylindrical-coordinate representation of color #B8A0CA: hue angle of 274.29º 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 #B8A0CA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184160202-
CMYK0.090.2100.21
HSL274.29º28.38%70.98%-
HSV(B)274.29º20.79%79.22%-
XYZ4339.661.25-
YUV171.96144.95136.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=33.70%
G=29.30%
B=37.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841602020.090.2100.21274.2928.3870.98
HexB8A0CA9150151121c47
Octal270240312112502542234107
Binary101110001010000011001010100110101010101100010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0CA; }

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

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

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

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

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

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

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

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