#BB78AB

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

Shades of Bouquet #BB78AB

Tints of Bouquet #BB78AB

Color information

#BB78AB (or 0xBB78AB) is unknown color: approx Bouquet. HEX triplet: BB, 78 and AB. RGB value is (187,120,171). Sum of RGB (Red+Green+Blue) = 187+120+171=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB78AB is #448754. Grayscale: #919191. Windows color (decimal): -4491093 or 11237563. OLE color: 11237563.

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

Color convert

RGB187120171-
CMYK00.360.090.27
HSL314.33º33%60.2%-
HSV(B)314.33º35.83%73.33%-
XYZ34.5626.9441.91-
YUV145.85142.2157.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=39.12%
G=25.10%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712017100.360.090.27314.333360.2
HexBB78AB02491B13a213c
Octal27317025304411334724174
Binary101110111111000101010110100100100111011100111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78AB; }

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

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

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

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

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

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

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

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