#BBA2E2

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

Shades of Perfume #BBA2E2

Tints of Perfume #BBA2E2

Color information

#BBA2E2 (or 0xBBA2E2) is unknown color: approx Perfume. HEX triplet: BB, A2 and E2. RGB value is (187,162,226). Sum of RGB (Red+Green+Blue) = 187+162+226=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBA2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2E2 is #445D1D. Grayscale: #B0B0B0. Windows color (decimal): -4480286 or 14852795. OLE color: 14852795.

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

Color convert

RGB187162226-
CMYK0.170.2800.11
HSL263.44º52.46%76.08%-
HSV(B)263.44º28.32%88.63%-
XYZ47.1441.977.55-
YUV176.77155.78135.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 162 (63.67% from 255) = 28.17%
BLUE value IS 226 (88.67% from 255) = 39.30%
R=32.52%
G=28.17%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871622260.170.2800.11263.4452.4676.08
HexBBA2E2111C0B107344c
Octal273242342213401340764114
Binary1011101110100010111000101000111100010111000001111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2E2; }

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

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

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

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

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

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

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

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