#BBA2F8

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

Shades of Perfume #BBA2F8

Tints of Perfume #BBA2F8

Color information

#BBA2F8 (or 0xBBA2F8) is unknown color: approx Perfume. HEX triplet: BB, A2 and F8. RGB value is (187,162,248). Sum of RGB (Red+Green+Blue) = 187+162+248=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBA2F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2F8 is #445D07. Grayscale: #B2B2B2. Windows color (decimal): -4480264 or 16294587. OLE color: 16294587.

HSL color Cylindrical-coordinate representation of color #BBA2F8: hue angle of 257.44º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA2F8 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187162248-
CMYK0.250.3500.03
HSL257.44º86%80.39%-
HSV(B)257.44º34.68%97.25%-
XYZ50.3643.1894.49-
YUV179.28166.78133.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=31.32%
G=27.14%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871622480.250.3500.03257.448680.39
HexBBA2F81923031015650
Octal273242370314303401126120
Binary1011101110100010111110001100110001101110000000110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2F8; }

 p { color: rgb(187,162,248); }

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

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

 a { background-color: rgb(187,162,248); }

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

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

 span { border-color: rgb(187,162,248); }

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