Html Css Color HEX #B987A8 Bouquet

📋 copy color: '#B987A8'

red 185 ◦ green 135 ◦ blue 168

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

Shades of Bouquet #B987A8

Tints of Bouquet #B987A8

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.66%

 BLUE value IS 168 (66.02% from 255) = 34.43%

R = 37.91%
G = 27.66%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B987A8 (or 0xB987A8) is known color: Bouquet. HEX triplet: B9, 87 and A8. RGB value is (185,135,168). Sum of RGB (Red+Green+Blue) = 185+135+168=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B987A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B987A8 is #467857. Grayscale: #999999. Windows color (decimal): -4618328 or 11044793. OLE color: 11044793.

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

Color convert

RGB 185 135 168 -
CMYK 0 0.27 0.09 0.27
HSL 320.4º 0.26% 0.63% -
HSV(B) 320.4º 0.27% 0.73% -
XYZ 35.74 30.47 41.04 -
YUV 153.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 185 135 168 0 0.27 0.09 0.27 320.4 0.26 0.63
Hex B9 87 A8 0 1B 9 1B 140 1A 3F
Octal 271 207 250 0 33 11 33 500 32 77
Binary 10111001 10000111 10101000 0 11011 1001 11011 101000000 11010 111111

Color Harmonies of #B987A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987A8

Black with #B987A8

Text Example


Text Example

White with #B987A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987A8; }

 p { color: rgb(185,135,168); }

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

background-color css

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

 a { background-color: rgb(185,135,168); }

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

border-color css

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

 span { border-color: rgb(185,135,168); }

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