#BB6BA8

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

Shades of Bouquet #BB6BA8

Tints of Bouquet #BB6BA8

Color information

#BB6BA8 (or 0xBB6BA8) is unknown color: approx Bouquet. HEX triplet: BB, 6B and A8. RGB value is (187,107,168). Sum of RGB (Red+Green+Blue) = 187+107+168=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA8 is #449457. Grayscale: #898989. Windows color (decimal): -4494424 or 11037627. OLE color: 11037627.

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

Color convert

RGB187107168-
CMYK00.430.100.27
HSL314.25º37.04%57.65%-
HSV(B)314.25º42.78%73.33%-
XYZ32.8223.9139.93-
YUV137.87145163.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 168 (66.02% from 255) = 36.36%
R=40.48%
G=23.16%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710716800.430.100.27314.2537.0457.65
HexBB6BA802BA1B13a253a
Octal27315325005312334724572
Binary101110111101011101010000101011101011011100111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BA8; }

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

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

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

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

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

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

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

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