#BD698D

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

Shades of Hopbush #BD698D

Tints of Hopbush #BD698D

Color information

#BD698D (or 0xBD698D) is unknown color: approx Hopbush. HEX triplet: BD, 69 and 8D. RGB value is (189,105,141). Sum of RGB (Red+Green+Blue) = 189+105+141=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698D is #429672. Grayscale: #868686. Windows color (decimal): -4363891 or 9267645. OLE color: 9267645.

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

Color convert

RGB189105141-
CMYK00.440.250.26
HSL334.29º38.89%57.65%-
HSV(B)334.29º44.44%74.12%-
XYZ30.8522.8527.98-
YUV134.22131.83167.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=43.45%
G=24.14%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910514100.440.250.26334.2938.8957.65
HexBD698D02C191A14e273a
Octal27515121505431325164772
Binary1011110111010011000110101011001100111010101001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD698D; }

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

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

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

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

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

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

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

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