#BD769C

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

Shades of Hopbush #BD769C

Tints of Hopbush #BD769C

Color information

#BD769C (or 0xBD769C) is unknown color: approx Hopbush. HEX triplet: BD, 76 and 9C. RGB value is (189,118,156). Sum of RGB (Red+Green+Blue) = 189+118+156=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD769C is #428963. Grayscale: #8F8F8F. Windows color (decimal): -4360548 or 10254013. OLE color: 10254013.

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

Color convert

RGB189118156-
CMYK00.380.170.26
HSL327.89º34.98%60.2%-
HSV(B)327.89º37.57%74.12%-
XYZ33.4726.1834.74-
YUV143.56135.02160.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=40.82%
G=25.49%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911815600.380.170.26327.8934.9860.2
HexBD769C026111A148233c
Octal27516623404621325104374
Binary1011110111101101001110001001101000111010101001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD769C; }

 p { color: rgb(189,118,156); }

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

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

 a { background-color: rgb(189,118,156); }

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

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

 span { border-color: rgb(189,118,156); }

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