#BF699E

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

Shades of Hopbush #BF699E

Tints of Hopbush #BF699E

Color information

#BF699E (or 0xBF699E) is unknown color: approx Hopbush. HEX triplet: BF, 69 and 9E. RGB value is (191,105,158). Sum of RGB (Red+Green+Blue) = 191+105+158=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF699E is #409661. Grayscale: #888888. Windows color (decimal): -4232802 or 10381759. OLE color: 10381759.

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

Color convert

RGB191105158-
CMYK00.450.170.25
HSL323.02º40.19%58.04%-
HSV(B)323.02º45.03%74.9%-
XYZ32.7123.6535.19-
YUV136.76139.99166.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=42.07%
G=23.13%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110515800.450.170.25323.0240.1958.04
HexBF699E02D1119143283a
Octal27715123605521315035072
Binary1011111111010011001111001011011000111001101000011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF699E; }

 p { color: rgb(191,105,158); }

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

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

 a { background-color: rgb(191,105,158); }

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

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

 span { border-color: rgb(191,105,158); }

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