#BF75AB

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

Shades of Bouquet #BF75AB

Tints of Bouquet #BF75AB

Color information

#BF75AB (or 0xBF75AB) is unknown color: approx Bouquet. HEX triplet: BF, 75 and AB. RGB value is (191,117,171). Sum of RGB (Red+Green+Blue) = 191+117+171=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75AB is #408A54. Grayscale: #919191. Windows color (decimal): -4229717 or 11236799. OLE color: 11236799.

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

Color convert

RGB191117171-
CMYK00.390.100.25
HSL316.22º36.63%60.39%-
HSV(B)316.22º38.74%74.9%-
XYZ35.226.7441.83-
YUV145.28142.52160.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=39.87%
G=24.43%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111717100.390.100.25316.2236.6360.39
HexBF75AB027A1913c253c
Octal27716525304712314744574
Binary101111111110101101010110100111101011001100111100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75AB; }

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

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

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

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

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

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

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

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