#BB69A1

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

Shades of Bouquet #BB69A1

Tints of Bouquet #BB69A1

Color information

#BB69A1 (or 0xBB69A1) is unknown color: approx Bouquet. HEX triplet: BB, 69 and A1. RGB value is (187,105,161). Sum of RGB (Red+Green+Blue) = 187+105+161=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69A1 is #44965E. Grayscale: #878787. Windows color (decimal): -4494943 or 10578363. OLE color: 10578363.

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

Color convert

RGB187105161-
CMYK00.440.140.27
HSL319.02º37.61%57.25%-
HSV(B)319.02º43.85%73.33%-
XYZ31.9823.2436.52-
YUV135.9142.17164.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=41.28%
G=23.18%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710516100.440.140.27319.0237.6157.25
HexBB69A102CE1B13f2639
Octal27315124105416334774671
Binary101110111101001101000010101100111011011100111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69A1; }

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

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

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

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

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

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

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

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