#BD699B

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

Shades of Hopbush #BD699B

Tints of Hopbush #BD699B

Color information

#BD699B (or 0xBD699B) is unknown color: approx Hopbush. HEX triplet: BD, 69 and 9B. RGB value is (189,105,155). Sum of RGB (Red+Green+Blue) = 189+105+155=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD699B is #429664. Grayscale: #878787. Windows color (decimal): -4363877 or 10185149. OLE color: 10185149.

HSL color Cylindrical-coordinate representation of color #BD699B: hue angle of 324.29º 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 #BD699B is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB189105155-
CMYK00.440.180.26
HSL324.29º38.89%57.65%-
HSV(B)324.29º44.44%74.12%-
XYZ31.9523.2933.82-
YUV135.82138.83165.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=42.09%
G=23.39%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910515500.440.180.26324.2938.8957.65
HexBD699B02C121A144273a
Octal27515123305422325044772
Binary1011110111010011001101101011001001011010101000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD699B; }

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

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

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

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

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

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

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

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