#BB70AB

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

Shades of Bouquet #BB70AB

Tints of Bouquet #BB70AB

Color information

#BB70AB (or 0xBB70AB) is unknown color: approx Bouquet. HEX triplet: BB, 70 and AB. RGB value is (187,112,171). Sum of RGB (Red+Green+Blue) = 187+112+171=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70AB is #448F54. Grayscale: #8C8C8C. Windows color (decimal): -4493141 or 11235515. OLE color: 11235515.

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

Color convert

RGB187112171-
CMYK00.400.090.27
HSL312.8º35.55%58.63%-
HSV(B)312.8º40.11%73.33%-
XYZ33.6425.0941.6-
YUV141.15144.85160.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=39.79%
G=23.83%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711217100.400.090.27312.835.5558.63
HexBB70AB02891B139243b
Octal27316025305011334714473
Binary101110111110000101010110101000100111011100111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70AB; }

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

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

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

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

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

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

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

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