#BB6EA2

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

Shades of Bouquet #BB6EA2

Tints of Bouquet #BB6EA2

Color information

#BB6EA2 (or 0xBB6EA2) is unknown color: approx Bouquet. HEX triplet: BB, 6E and A2. RGB value is (187,110,162). Sum of RGB (Red+Green+Blue) = 187+110+162=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EA2 is #44915D. Grayscale: #8A8A8A. Windows color (decimal): -4493662 or 10645179. OLE color: 10645179.

HSL color Cylindrical-coordinate representation of color #BB6EA2: hue angle of 319.48º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6EA2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB187110162-
CMYK00.410.130.27
HSL319.48º36.15%58.24%-
HSV(B)319.48º41.18%73.33%-
XYZ32.5924.3337.16-
YUV138.95141.01162.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=40.74%
G=23.97%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711016200.410.130.27319.4836.1558.24
HexBB6EA2029D1B13f243a
Octal27315624205115334774472
Binary101110111101110101000100101001110111011100111111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EA2; }

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

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

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

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

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

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

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

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