#BB6CA6

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

Shades of Bouquet #BB6CA6

Tints of Bouquet #BB6CA6

Color information

#BB6CA6 (or 0xBB6CA6) is unknown color: approx Bouquet. HEX triplet: BB, 6C and A6. RGB value is (187,108,166). Sum of RGB (Red+Green+Blue) = 187+108+166=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CA6 is #449359. Grayscale: #8A8A8A. Windows color (decimal): -4494170 or 10906811. OLE color: 10906811.

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

Color convert

RGB187108166-
CMYK00.420.110.27
HSL315.95º36.74%57.84%-
HSV(B)315.95º42.25%73.33%-
XYZ32.7424.0438.99-
YUV138.23143.67162.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=40.56%
G=23.43%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710816600.420.110.27315.9536.7457.84
HexBB6CA602AB1B13c253a
Octal27315424605213334744572
Binary101110111101100101001100101010101111011100111100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CA6; }

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

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

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

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

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

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

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

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