#BD6992

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

Shades of Hopbush #BD6992

Tints of Hopbush #BD6992

Color information

#BD6992 (or 0xBD6992) is unknown color: approx Hopbush. HEX triplet: BD, 69 and 92. RGB value is (189,105,146). Sum of RGB (Red+Green+Blue) = 189+105+146=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6992 is #42966D. Grayscale: #868686. Windows color (decimal): -4363886 or 9595325. OLE color: 9595325.

HSL color Cylindrical-coordinate representation of color #BD6992: hue angle of 330.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6992 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189105146-
CMYK00.440.230.26
HSL330.71º38.89%57.65%-
HSV(B)330.71º44.44%74.12%-
XYZ31.232329.99-
YUV134.79134.33166.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 146 (57.42% from 255) = 33.18%
R=42.95%
G=23.86%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910514600.440.230.26330.7138.8957.65
HexBD699202C171A14b273a
Octal27515122205427325134772
Binary1011110111010011001001001011001011111010101001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6992; }

 p { color: rgb(189,105,146); }

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

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

 a { background-color: rgb(189,105,146); }

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

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

 span { border-color: rgb(189,105,146); }

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