Html Css Color HEX #B986A7 Bouquet

📋 copy color: '#B986A7'

red 185 ◦ green 134 ◦ blue 167

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

Shades of Bouquet #B986A7

Tints of Bouquet #B986A7

RGB

 RED value IS 185 (72.66% from 255) = 38.07%

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

 BLUE value IS 167 (65.63% from 255) = 34.36%

R = 38.07%
G = 27.57%
B = 34.36%

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

#B986A7 (or 0xB986A7) is known color: Bouquet. HEX triplet: B9, 86 and A7. RGB value is (185,134,167). Sum of RGB (Red+Green+Blue) = 185+134+167=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A7 is #467958. Grayscale: #989898. Windows color (decimal): -4618585 or 10979001. OLE color: 10979001.

HSL color Cylindrical-coordinate representation of color #B986A7: hue angle of 321.18º degrees, saturation: 0.27, 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 #B986A7 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 167 -
CMYK 0 0.28 0.10 0.27
HSL 321.18º 0.27% 0.63% -
HSV(B) 321.18º 0.28% 0.73% -
XYZ 35.51 30.15 40.51 -
YUV 153.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 185 134 167 0 0.28 0.10 0.27 321.18 0.27 0.63
Hex B9 86 A7 0 1C A 1B 141 1B 3F
Octal 271 206 247 0 34 12 33 501 33 77
Binary 10111001 10000110 10100111 0 11100 1010 11011 101000001 11011 111111

Color Harmonies of #B986A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986A7

Black with #B986A7

Text Example


Text Example

White with #B986A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986A7; }

 p { color: rgb(185,134,167); }

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

background-color css

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

 a { background-color: rgb(185,134,167); }

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

border-color css

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

 span { border-color: rgb(185,134,167); }

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