#BB6BA3

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

Shades of Bouquet #BB6BA3

Tints of Bouquet #BB6BA3

Color information

#BB6BA3 (or 0xBB6BA3) is unknown color: approx Bouquet. HEX triplet: BB, 6B and A3. RGB value is (187,107,163). Sum of RGB (Red+Green+Blue) = 187+107+163=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA3 is #44945C. Grayscale: #898989. Windows color (decimal): -4494429 or 10709947. OLE color: 10709947.

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

Color convert

RGB187107163-
CMYK00.430.130.27
HSL318º37.04%57.65%-
HSV(B)318º42.78%73.33%-
XYZ32.3623.7237.52-
YUV137.3142.5163.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=40.92%
G=23.41%
B=35.67%

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
Decimal18710716300.430.130.2731837.0457.65
HexBB6BA302BD1B13e253a
Octal27315324305315334764572
Binary101110111101011101000110101011110111011100111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BA3; }

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

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

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

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

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

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

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

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