#BD78A0

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

Shades of Bouquet #BD78A0

Tints of Bouquet #BD78A0

Color information

#BD78A0 (or 0xBD78A0) is unknown color: approx Bouquet. HEX triplet: BD, 78 and A0. RGB value is (189,120,160). Sum of RGB (Red+Green+Blue) = 189+120+160=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78A0 is #42875F. Grayscale: #919191. Windows color (decimal): -4360032 or 10516669. OLE color: 10516669.

HSL color Cylindrical-coordinate representation of color #BD78A0: hue angle of 325.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78A0 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB189120160-
CMYK00.370.150.26
HSL325.22º34.33%60.59%-
HSV(B)325.22º36.51%74.12%-
XYZ34.0526.7936.63-
YUV145.19136.36159.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=40.30%
G=25.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912016000.370.150.26325.2234.3360.59
HexBD78A0025F1A145223d
Octal27517024004517325054275
Binary101111011111000101000000100101111111010101000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78A0; }

 p { color: rgb(189,120,160); }

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

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

 a { background-color: rgb(189,120,160); }

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

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

 span { border-color: rgb(189,120,160); }

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