Html Css Color HEX #BB7BA9 Bouquet

📋 copy color: '#BB7BA9'

red 187 ◦ green 123 ◦ blue 169

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

Shades of Bouquet #BB7BA9

Tints of Bouquet #BB7BA9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

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

R = 39.04%
G = 25.68%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB7BA9 (or 0xBB7BA9) is known color: Bouquet. HEX triplet: BB, 7B and A9. RGB value is (187,123,169). Sum of RGB (Red+Green+Blue) = 187+123+169=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BA9 is #448456. Grayscale: #939393. Windows color (decimal): -4490327 or 11107259. OLE color: 11107259.

HSL color Cylindrical-coordinate representation of color #BB7BA9: hue angle of 316.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7BA9 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 123 169 -
CMYK 0 0.34 0.10 0.27
HSL 316.88º 0.32% 0.61% -
HSV(B) 316.88º 0.34% 0.73% -
XYZ 34.74 27.6 41.03 -
YUV 147.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 187 123 169 0 0.34 0.10 0.27 316.88 0.32 0.61
Hex BB 7B A9 0 22 A 1B 13D 20 3D
Octal 273 173 251 0 42 12 33 475 40 75
Binary 10111011 1111011 10101001 0 100010 1010 11011 100111101 100000 111101

Color Harmonies of #BB7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7BA9

Black with #BB7BA9

Text Example


Text Example

White with #BB7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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