Html Css Color HEX #BB88A6 Bouquet

📋 copy color: '#BB88A6'

red 187 ◦ green 136 ◦ blue 166

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

Shades of Bouquet #BB88A6

Tints of Bouquet #BB88A6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

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

R = 38.24%
G = 27.81%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB88A6 (or 0xBB88A6) is known color: Bouquet. HEX triplet: BB, 88 and A6. RGB value is (187,136,166). Sum of RGB (Red+Green+Blue) = 187+136+166=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88A6 is #447759. Grayscale: #9A9A9A. Windows color (decimal): -4487002 or 10913979. OLE color: 10913979.

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

Color convert

RGB 187 136 166 -
CMYK 0 0.27 0.11 0.27
HSL 324.71º 0.27% 0.63% -
HSV(B) 324.71º 0.27% 0.73% -
XYZ 36.18 30.93 40.14 -
YUV 154.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 187 136 166 0 0.27 0.11 0.27 324.71 0.27 0.63
Hex BB 88 A6 0 1B B 1B 145 1B 3F
Octal 273 210 246 0 33 13 33 505 33 77
Binary 10111011 10001000 10100110 0 11011 1011 11011 101000101 11011 111111

Color Harmonies of #BB88A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB88A6

Black with #BB88A6

Text Example


Text Example

White with #BB88A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB88A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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