Html Css Color HEX #BB80A6 Bouquet

📋 copy color: '#BB80A6'

red 187 ◦ green 128 ◦ blue 166

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

Shades of Bouquet #BB80A6

Tints of Bouquet #BB80A6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 166 (65.23% from 255) = 34.51%

R = 38.88%
G = 26.61%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB80A6 (or 0xBB80A6) is known color: Bouquet. HEX triplet: BB, 80 and A6. RGB value is (187,128,166). Sum of RGB (Red+Green+Blue) = 187+128+166=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80A6 is #447F59. Grayscale: #959595. Windows color (decimal): -4489050 or 10911931. OLE color: 10911931.

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

Color convert

RGB 187 128 166 -
CMYK 0 0.32 0.11 0.27
HSL 321.36º 0.3% 0.62% -
HSV(B) 321.36º 0.32% 0.73% -
XYZ 35.1 28.76 39.78 -
YUV 149.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 187 128 166 0 0.32 0.11 0.27 321.36 0.3 0.62
Hex BB 80 A6 0 20 B 1B 141 1E 3E
Octal 273 200 246 0 40 13 33 501 36 76
Binary 10111011 10000000 10100110 0 100000 1011 11011 101000001 11110 111110

Color Harmonies of #BB80A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB80A6

Black with #BB80A6

Text Example


Text Example

White with #BB80A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB80A6; }

 p { color: rgb(187,128,166); }

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

background-color css

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

 a { background-color: rgb(187,128,166); }

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

border-color css

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

 span { border-color: rgb(187,128,166); }

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