Html Css Color HEX #BB7F9C Bouquet

📋 copy color: '#BB7F9C'

red 187 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #BB7F9C

Tints of Bouquet #BB7F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 39.79%
G = 27.02%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB7F9C (or 0xBB7F9C) is known color: Bouquet. HEX triplet: BB, 7F and 9C. RGB value is (187,127,156). Sum of RGB (Red+Green+Blue) = 187+127+156=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F9C is #448063. Grayscale: #949494. Windows color (decimal): -4489316 or 10256315. OLE color: 10256315.

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

Color convert

RGB 187 127 156 -
CMYK 0 0.32 0.17 0.27
HSL 331º 0.31% 0.62% -
HSV(B) 331º 0.32% 0.73% -
XYZ 34.08 28.14 35.09 -
YUV 148.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 187 127 156 0 0.32 0.17 0.27 331 0.31 0.62
Hex BB 7F 9C 0 20 11 1B 14B 1F 3E
Octal 273 177 234 0 40 21 33 513 37 76
Binary 10111011 1111111 10011100 0 100000 10001 11011 101001011 11111 111110

Color Harmonies of #BB7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F9C

Black with #BB7F9C

Text Example


Text Example

White with #BB7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F9C; }

 p { color: rgb(187,127,156); }

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

background-color css

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

 a { background-color: rgb(187,127,156); }

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

border-color css

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

 span { border-color: rgb(187,127,156); }

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