#BB699E

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

Shades of Hopbush #BB699E

Tints of Hopbush #BB699E

Color information

#BB699E (or 0xBB699E) is unknown color: approx Hopbush. HEX triplet: BB, 69 and 9E. RGB value is (187,105,158). Sum of RGB (Red+Green+Blue) = 187+105+158=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB699E is #449661. Grayscale: #878787. Windows color (decimal): -4494946 or 10381755. OLE color: 10381755.

HSL color Cylindrical-coordinate representation of color #BB699E: hue angle of 321.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB699E is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187105158-
CMYK00.440.160.27
HSL321.22º37.61%57.25%-
HSV(B)321.22º43.85%73.33%-
XYZ31.7223.1435.14-
YUV135.56140.67164.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=41.56%
G=23.33%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710515800.440.160.27321.2237.6157.25
HexBB699E02C101B1412639
Octal27315123605420335014671
Binary1011101111010011001111001011001000011011101000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB699E; }

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

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

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

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

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

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

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

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