#BB6DA5

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

Shades of Bouquet #BB6DA5

Tints of Bouquet #BB6DA5

Color information

#BB6DA5 (or 0xBB6DA5) is unknown color: approx Bouquet. HEX triplet: BB, 6D and A5. RGB value is (187,109,165). Sum of RGB (Red+Green+Blue) = 187+109+165=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DA5 is #44925A. Grayscale: #8A8A8A. Windows color (decimal): -4493915 or 10841531. OLE color: 10841531.

HSL color Cylindrical-coordinate representation of color #BB6DA5: hue angle of 316.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6DA5 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB187109165-
CMYK00.420.120.27
HSL316.92º36.45%58.04%-
HSV(B)316.92º41.71%73.33%-
XYZ32.7524.2238.55-
YUV138.71142.84162.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=40.56%
G=23.64%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710916500.420.120.27316.9236.4558.04
HexBB6DA502AC1B13d243a
Octal27315524505214334754472
Binary101110111101101101001010101010110011011100111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DA5; }

 p { color: rgb(187,109,165); }

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

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

 a { background-color: rgb(187,109,165); }

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

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

 span { border-color: rgb(187,109,165); }

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