Html Css Color HEX #BB87A4 Bouquet

📋 copy color: '#BB87A4'

red 187 ◦ green 135 ◦ blue 164

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

Shades of Bouquet #BB87A4

Tints of Bouquet #BB87A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 38.48%
G = 27.78%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB87A4 (or 0xBB87A4) is known color: Bouquet. HEX triplet: BB, 87 and A4. RGB value is (187,135,164). Sum of RGB (Red+Green+Blue) = 187+135+164=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB87A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB87A4 is #44785B. Grayscale: #999999. Windows color (decimal): -4487260 or 10782651. OLE color: 10782651.

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

Color convert

RGB 187 135 164 -
CMYK 0 0.28 0.12 0.27
HSL 326.54º 0.28% 0.63% -
HSV(B) 326.54º 0.28% 0.73% -
XYZ 35.86 30.57 39.13 -
YUV 153.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 187 135 164 0 0.28 0.12 0.27 326.54 0.28 0.63
Hex BB 87 A4 0 1C C 1B 147 1C 3F
Octal 273 207 244 0 34 14 33 507 34 77
Binary 10111011 10000111 10100100 0 11100 1100 11011 101000111 11100 111111

Color Harmonies of #BB87A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB87A4

Black with #BB87A4

Text Example


Text Example

White with #BB87A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB87A4; }

 p { color: rgb(187,135,164); }

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

background-color css

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

 a { background-color: rgb(187,135,164); }

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

border-color css

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

 span { border-color: rgb(187,135,164); }

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