#BB6AA3

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

Shades of Bouquet #BB6AA3

Tints of Bouquet #BB6AA3

Color information

#BB6AA3 (or 0xBB6AA3) is unknown color: approx Bouquet. HEX triplet: BB, 6A and A3. RGB value is (187,106,163). Sum of RGB (Red+Green+Blue) = 187+106+163=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AA3 is #44955C. Grayscale: #888888. Windows color (decimal): -4494685 or 10709691. OLE color: 10709691.

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

Color convert

RGB187106163-
CMYK00.430.130.27
HSL317.78º37.33%57.45%-
HSV(B)317.78º43.32%73.33%-
XYZ32.2623.5237.49-
YUV136.72142.84163.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 163 (64.06% from 255) = 35.75%
R=41.01%
G=23.25%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710616300.430.130.27317.7837.3357.45
HexBB6AA302BD1B13e2539
Octal27315224305315334764571
Binary101110111101010101000110101011110111011100111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AA3; }

 p { color: rgb(187,106,163); }

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

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

 a { background-color: rgb(187,106,163); }

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

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

 span { border-color: rgb(187,106,163); }

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