#BBA3CF

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

Shades of Perfume #BBA3CF

Tints of Perfume #BBA3CF

Color information

#BBA3CF (or 0xBBA3CF) is unknown color: approx Perfume. HEX triplet: BB, A3 and CF. RGB value is (187,163,207). Sum of RGB (Red+Green+Blue) = 187+163+207=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3CF is #445C30. Grayscale: #AFAFAF. Windows color (decimal): -4480049 or 13607867. OLE color: 13607867.

HSL color Cylindrical-coordinate representation of color #BBA3CF: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA3CF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187163207-
CMYK0.100.2100.19
HSL272.73º31.43%72.55%-
HSV(B)272.73º21.26%81.18%-
XYZ44.8541.2664.63-
YUV175.19145.95136.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=33.57%
G=29.26%
B=37.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871632070.100.2100.19272.7331.4372.55
HexBBA3CFA150131111f49
Octal273243317122502342137111
Binary101110111010001111001111101010101010011100010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3CF; }

 p { color: rgb(187,163,207); }

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

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

 a { background-color: rgb(187,163,207); }

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

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

 span { border-color: rgb(187,163,207); }

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