#BBA4E2

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

Shades of Perfume #BBA4E2

Tints of Perfume #BBA4E2

Color information

#BBA4E2 (or 0xBBA4E2) is unknown color: approx Perfume. HEX triplet: BB, A4 and E2. RGB value is (187,164,226). Sum of RGB (Red+Green+Blue) = 187+164+226=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBA4E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4E2 is #445B1D. Grayscale: #B1B1B1. Windows color (decimal): -4479774 or 14853307. OLE color: 14853307.

HSL color Cylindrical-coordinate representation of color #BBA4E2: hue angle of 262.26º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA4E2 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187164226-
CMYK0.170.2700.11
HSL262.26º51.67%76.47%-
HSV(B)262.26º27.43%88.63%-
XYZ47.542.6177.67-
YUV177.94155.12134.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 226 (88.67% from 255) = 39.17%
R=32.41%
G=28.42%
B=39.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871642260.170.2700.11262.2651.6776.47
HexBBA4E2111B0B106344c
Octal273244342213301340664114
Binary1011101110100100111000101000111011010111000001101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4E2; }

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

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

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

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

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

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

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

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