#BB7EA6

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

Shades of Bouquet #BB7EA6

Tints of Bouquet #BB7EA6

Color information

#BB7EA6 (or 0xBB7EA6) is unknown color: approx Bouquet. HEX triplet: BB, 7E and A6. RGB value is (187,126,166). Sum of RGB (Red+Green+Blue) = 187+126+166=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EA6 is #448159. Grayscale: #949494. Windows color (decimal): -4489562 or 10911419. OLE color: 10911419.

HSL color Cylindrical-coordinate representation of color #BB7EA6: hue angle of 320.66º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7EA6 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB187126166-
CMYK00.330.110.27
HSL320.66º30.96%61.37%-
HSV(B)320.66º32.62%73.33%-
XYZ34.8428.2439.69-
YUV148.8137.71155.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=39.04%
G=26.30%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712616600.330.110.27320.6630.9661.37
HexBB7EA6021B1B1411f3d
Octal27317624604113335013775
Binary10111011111111010100110010000110111101110100000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EA6; }

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

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

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

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

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

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

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

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