Html Css Color HEX #BB86A9 Bouquet

📋 copy color: '#BB86A9'

red 187 ◦ green 134 ◦ blue 169

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

Shades of Bouquet #BB86A9

Tints of Bouquet #BB86A9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

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

R = 38.16%
G = 27.35%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB86A9 (or 0xBB86A9) is known color: Bouquet. HEX triplet: BB, 86 and A9. RGB value is (187,134,169). Sum of RGB (Red+Green+Blue) = 187+134+169=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB86A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB86A9 is #447956. Grayscale: #999999. Windows color (decimal): -4487511 or 11110075. OLE color: 11110075.

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

Color convert

RGB 187 134 169 -
CMYK 0 0.28 0.10 0.27
HSL 320.38º 0.28% 0.63% -
HSV(B) 320.38º 0.28% 0.73% -
XYZ 36.18 30.48 41.51 -
YUV 153.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 187 134 169 0 0.28 0.10 0.27 320.38 0.28 0.63
Hex BB 86 A9 0 1C A 1B 140 1C 3F
Octal 273 206 251 0 34 12 33 500 34 77
Binary 10111011 10000110 10101001 0 11100 1010 11011 101000000 11100 111111

Color Harmonies of #BB86A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86A9

Black with #BB86A9

Text Example


Text Example

White with #BB86A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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