#BB75AB

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

Shades of Bouquet #BB75AB

Tints of Bouquet #BB75AB

Color information

#BB75AB (or 0xBB75AB) is unknown color: approx Bouquet. HEX triplet: BB, 75 and AB. RGB value is (187,117,171). Sum of RGB (Red+Green+Blue) = 187+117+171=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75AB is #448A54. Grayscale: #8F8F8F. Windows color (decimal): -4491861 or 11236795. OLE color: 11236795.

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

Color convert

RGB187117171-
CMYK00.370.090.27
HSL313.71º33.98%59.61%-
HSV(B)313.71º37.43%73.33%-
XYZ34.2126.2341.79-
YUV144.09143.19158.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 171 (67.19% from 255) = 36%
R=39.37%
G=24.63%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711717100.370.090.27313.7133.9859.61
HexBB75AB02591B13a223c
Octal27316525304511334724274
Binary101110111110101101010110100101100111011100111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB75AB; }

 p { color: rgb(187,117,171); }

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

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

 a { background-color: rgb(187,117,171); }

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

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

 span { border-color: rgb(187,117,171); }

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