#BBA6E1

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

Shades of Perfume #BBA6E1

Tints of Perfume #BBA6E1

Color information

#BBA6E1 (or 0xBBA6E1) is unknown color: approx Perfume. HEX triplet: BB, A6 and E1. RGB value is (187,166,225). Sum of RGB (Red+Green+Blue) = 187+166+225=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6E1 is #44591E. Grayscale: #B2B2B2. Windows color (decimal): -4479263 or 14788283. OLE color: 14788283.

HSL color Cylindrical-coordinate representation of color #BBA6E1: hue angle of 261.36º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA6E1 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187166225-
CMYK0.170.2600.12
HSL261.36º49.58%76.67%-
HSV(B)261.36º26.22%88.24%-
XYZ47.7243.2777.07-
YUV179153.96133.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 166 (65.23% from 255) = 28.72%
BLUE value IS 225 (88.28% from 255) = 38.93%
R=32.35%
G=28.72%
B=38.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871662250.170.2600.12261.3649.5876.67
HexBBA6E1111A0C105324d
Octal273246341213201440562115
Binary1011101110100110111000011000111010011001000001011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA6E1; }

 p { color: rgb(187,166,225); }

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

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

 a { background-color: rgb(187,166,225); }

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

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

 span { border-color: rgb(187,166,225); }

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