#BD7BA4

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

Shades of Bouquet #BD7BA4

Tints of Bouquet #BD7BA4

Color information

#BD7BA4 (or 0xBD7BA4) is unknown color: approx Bouquet. HEX triplet: BD, 7B and A4. RGB value is (189,123,164). Sum of RGB (Red+Green+Blue) = 189+123+164=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA4 is #42845B. Grayscale: #939393. Windows color (decimal): -4359260 or 10779581. OLE color: 10779581.

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

Color convert

RGB189123164-
CMYK00.350.130.26
HSL322.73º33.33%61.18%-
HSV(B)322.73º34.92%74.12%-
XYZ34.7727.6738.63-
YUV147.41137.37157.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=39.71%
G=25.84%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912316400.350.130.26322.7333.3361.18
HexBD7BA4023D1A143213d
Octal27517324404315325034175
Binary101111011111011101001000100011110111010101000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BA4; }

 p { color: rgb(189,123,164); }

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

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

 a { background-color: rgb(189,123,164); }

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

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

 span { border-color: rgb(189,123,164); }

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