#BB7DA6

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

Shades of Bouquet #BB7DA6

Tints of Bouquet #BB7DA6

Color information

#BB7DA6 (or 0xBB7DA6) is unknown color: approx Bouquet. HEX triplet: BB, 7D and A6. RGB value is (187,125,166). Sum of RGB (Red+Green+Blue) = 187+125+166=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7DA6 is #448259. Grayscale: #949494. Windows color (decimal): -4489818 or 10911163. OLE color: 10911163.

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

Color convert

RGB187125166-
CMYK00.330.110.27
HSL320.32º31.31%61.18%-
HSV(B)320.32º33.16%73.33%-
XYZ34.7127.9939.65-
YUV148.21138.04155.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 166 (65.23% from 255) = 34.73%
R=39.12%
G=26.15%
B=34.73%

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
Decimal18712516600.330.110.27320.3231.3161.18
HexBB7DA6021B1B1401f3d
Octal27317524604113335003775
Binary10111011111110110100110010000110111101110100000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DA6; }

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

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

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

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

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

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

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

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