#BF78AC

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

Shades of Bouquet #BF78AC

Tints of Bouquet #BF78AC

Color information

#BF78AC (or 0xBF78AC) is unknown color: approx Bouquet. HEX triplet: BF, 78 and AC. RGB value is (191,120,172). Sum of RGB (Red+Green+Blue) = 191+120+172=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78AC is #408753. Grayscale: #939393. Windows color (decimal): -4228948 or 11303103. OLE color: 11303103.

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

Color convert

RGB191120172-
CMYK00.370.100.25
HSL316.06º35.68%60.98%-
HSV(B)316.06º37.17%74.9%-
XYZ35.6527.4942.46-
YUV147.16142.02159.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=39.54%
G=24.84%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112017200.370.100.25316.0635.6860.98
HexBF78AC025A1913c243d
Octal27717025404512314744475
Binary101111111111000101011000100101101011001100111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78AC; }

 p { color: rgb(191,120,172); }

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

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

 a { background-color: rgb(191,120,172); }

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

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

 span { border-color: rgb(191,120,172); }

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