Html Css Color HEX #BB7EA9 Bouquet

📋 copy color: '#BB7EA9'

red 187 ◦ green 126 ◦ blue 169

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

Shades of Bouquet #BB7EA9

Tints of Bouquet #BB7EA9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

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

R = 38.8%
G = 26.14%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB7EA9 (or 0xBB7EA9) is known color: Bouquet. HEX triplet: BB, 7E and A9. RGB value is (187,126,169). Sum of RGB (Red+Green+Blue) = 187+126+169=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EA9 is #448156. Grayscale: #959595. Windows color (decimal): -4489559 or 11108027. OLE color: 11108027.

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

Color convert

RGB 187 126 169 -
CMYK 0 0.33 0.10 0.27
HSL 317.7º 0.31% 0.61% -
HSV(B) 317.7º 0.33% 0.73% -
XYZ 35.12 28.35 41.16 -
YUV 149.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 187 126 169 0 0.33 0.10 0.27 317.7 0.31 0.61
Hex BB 7E A9 0 21 A 1B 13E 1F 3D
Octal 273 176 251 0 41 12 33 476 37 75
Binary 10111011 1111110 10101001 0 100001 1010 11011 100111110 11111 111101

Color Harmonies of #BB7EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EA9

Black with #BB7EA9

Text Example


Text Example

White with #BB7EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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