#BB6EAA

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

Shades of Bouquet #BB6EAA

Tints of Bouquet #BB6EAA

Color information

#BB6EAA (or 0xBB6EAA) is unknown color: approx Bouquet. HEX triplet: BB, 6E and AA. RGB value is (187,110,170). Sum of RGB (Red+Green+Blue) = 187+110+170=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6EAA is #449155. Grayscale: #8B8B8B. Windows color (decimal): -4493654 or 11169467. OLE color: 11169467.

HSL color Cylindrical-coordinate representation of color #BB6EAA: hue angle of 313.25º 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 #BB6EAA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187110170-
CMYK00.410.090.27
HSL313.25º36.15%58.24%-
HSV(B)313.25º41.18%73.33%-
XYZ33.3324.6241.03-
YUV139.86145.01161.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=40.04%
G=23.55%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711017000.410.090.27313.2536.1558.24
HexBB6EAA02991B139243a
Octal27315625205111334714472
Binary101110111101110101010100101001100111011100111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EAA; }

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

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

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

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

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

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

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

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