#BBA4CE

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

Shades of Perfume #BBA4CE

Tints of Perfume #BBA4CE

Color information

#BBA4CE (or 0xBBA4CE) is unknown color: approx Perfume. HEX triplet: BB, A4 and CE. RGB value is (187,164,206). Sum of RGB (Red+Green+Blue) = 187+164+206=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CE is #445B31. Grayscale: #AFAFAF. Windows color (decimal): -4479794 or 13542587. OLE color: 13542587.

HSL color Cylindrical-coordinate representation of color #BBA4CE: hue angle of 272.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA4CE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187164206-
CMYK0.090.2000.19
HSL272.86º30%72.55%-
HSV(B)272.86º20.39%80.78%-
XYZ44.9141.5764.05-
YUV175.66145.12136.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=33.57%
G=29.44%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871642060.090.2000.19272.863072.55
HexBBA4CE9140131111e49
Octal273244316112402342136111
Binary101110111010010011001110100110100010011100010001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4CE; }

 p { color: rgb(187,164,206); }

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

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

 a { background-color: rgb(187,164,206); }

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

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

 span { border-color: rgb(187,164,206); }

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