#BE7D9D

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

Shades of Hopbush #BE7D9D

Tints of Hopbush #BE7D9D

Color information

#BE7D9D (or 0xBE7D9D) is unknown color: approx Hopbush. HEX triplet: BE, 7D and 9D. RGB value is (190,125,157). Sum of RGB (Red+Green+Blue) = 190+125+157=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D9D is #418262. Grayscale: #949494. Windows color (decimal): -4293219 or 10321342. OLE color: 10321342.

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

Color convert

RGB190125157-
CMYK00.340.170.25
HSL330.46º33.33%61.76%-
HSV(B)330.46º34.21%74.51%-
XYZ34.6528.0535.49-
YUV148.08133.03157.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=40.25%
G=26.48%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012515700.340.170.25330.4633.3361.76
HexBE7D9D022111914a213e
Octal27617523504221315124176
Binary1011111011111011001110101000101000111001101001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D9D; }

 p { color: rgb(190,125,157); }

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

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

 a { background-color: rgb(190,125,157); }

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

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

 span { border-color: rgb(190,125,157); }

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