#BBA7CA

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

Shades of Perfume #BBA7CA

Tints of Perfume #BBA7CA

Color information

#BBA7CA (or 0xBBA7CA) is unknown color: approx Perfume. HEX triplet: BB, A7 and CA. RGB value is (187,167,202). Sum of RGB (Red+Green+Blue) = 187+167+202=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7CA is #445835. Grayscale: #B0B0B0. Windows color (decimal): -4479030 or 13281211. OLE color: 13281211.

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

Color convert

RGB187167202-
CMYK0.070.1700.21
HSL274.29º24.82%72.35%-
HSV(B)274.29º17.33%79.22%-
XYZ44.9742.4761.7-
YUV176.97142.13135.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=33.63%
G=30.04%
B=36.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871672020.070.1700.21274.2924.8272.35
HexBBA7CA7110151121948
Octal27324731272102542231110
Binary10111011101001111100101011110001010101100010010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7CA; }

 p { color: rgb(187,167,202); }

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

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

 a { background-color: rgb(187,167,202); }

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

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

 span { border-color: rgb(187,167,202); }

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