#BF70AB

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

Shades of Bouquet #BF70AB

Tints of Bouquet #BF70AB

Color information

#BF70AB (or 0xBF70AB) is unknown color: approx Bouquet. HEX triplet: BF, 70 and AB. RGB value is (191,112,171). Sum of RGB (Red+Green+Blue) = 191+112+171=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70AB is #408F54. Grayscale: #8E8E8E. Windows color (decimal): -4230997 or 11235519. OLE color: 11235519.

HSL color Cylindrical-coordinate representation of color #BF70AB: hue angle of 315.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF70AB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191112171-
CMYK00.410.100.25
HSL315.19º38.16%59.41%-
HSV(B)315.19º41.36%74.9%-
XYZ34.6325.641.65-
YUV142.35144.17162.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=40.30%
G=23.63%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111217100.410.100.25315.1938.1659.41
HexBF70AB029A1913b263b
Octal27716025305112314734673
Binary101111111110000101010110101001101011001100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70AB; }

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

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

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

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

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

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

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

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