Html Css Color HEX #BB6DA9 Bouquet

📋 copy color: '#BB6DA9'

red 187 ◦ green 109 ◦ blue 169

#BB6DA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BB6DA9

Tints of Bouquet #BB6DA9

RGB

 RED value IS 187 (73.44% from 255) = 40.22%

 GREEN value IS 109 (42.97% from 255) = 23.44%

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 40.22%
G = 23.44%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB6DA9 (or 0xBB6DA9) is known color: Bouquet. HEX triplet: BB, 6D and A9. RGB value is (187,109,169). Sum of RGB (Red+Green+Blue) = 187+109+169=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DA9 is #449256. Grayscale: #8B8B8B. Windows color (decimal): -4493911 or 11103675. OLE color: 11103675.

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

Color convert

RGB 187 109 169 -
CMYK 0 0.42 0.10 0.27
HSL 313.85º 0.36% 0.58% -
HSV(B) 313.85º 0.42% 0.73% -
XYZ 33.12 24.37 40.49 -
YUV 139.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 187 109 169 0 0.42 0.10 0.27 313.85 0.36 0.58
Hex BB 6D A9 0 2A A 1B 13A 24 3A
Octal 273 155 251 0 52 12 33 472 44 72
Binary 10111011 1101101 10101001 0 101010 1010 11011 100111010 100100 111010

Color Harmonies of #BB6DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6DA9

Black with #BB6DA9

Text Example


Text Example

White with #BB6DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6DA9; }

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

 H1.HeaderClassName
 {
   color: #BB6DA9;
 }
 .AnyTagClassName
 {
   color: #BB6DA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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