#BD7DAB

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

Shades of Bouquet #BD7DAB

Tints of Bouquet #BD7DAB

Color information

#BD7DAB (or 0xBD7DAB) is unknown color: approx Bouquet. HEX triplet: BD, 7D and AB. RGB value is (189,125,171). Sum of RGB (Red+Green+Blue) = 189+125+171=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DAB is #428254. Grayscale: #959595. Windows color (decimal): -4358741 or 11238845. OLE color: 11238845.

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

Color convert

RGB189125171-
CMYK00.340.100.26
HSL316.88º32.65%61.57%-
HSV(B)316.88º33.86%74.12%-
XYZ35.6728.4342.13-
YUV149.38140.2156.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 125 (49.22% from 255) = 25.77%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=38.97%
G=25.77%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912517100.340.100.26316.8832.6561.57
HexBD7DAB022A1A13d213e
Octal27517525304212324754176
Binary101111011111101101010110100010101011010100111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DAB; }

 p { color: rgb(189,125,171); }

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

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

 a { background-color: rgb(189,125,171); }

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

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

 span { border-color: rgb(189,125,171); }

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