Html Css Color HEX #BB7E9E Bouquet

📋 copy color: '#BB7E9E'

red 187 ◦ green 126 ◦ blue 158

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

Shades of Bouquet #BB7E9E

Tints of Bouquet #BB7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 39.7%
G = 26.75%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB7E9E (or 0xBB7E9E) is known color: Bouquet. HEX triplet: BB, 7E and 9E. RGB value is (187,126,158). Sum of RGB (Red+Green+Blue) = 187+126+158=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7E9E is #448161. Grayscale: #939393. Windows color (decimal): -4489570 or 10387131. OLE color: 10387131.

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

Color convert

RGB 187 126 158 -
CMYK 0 0.33 0.16 0.27
HSL 328.52º 0.31% 0.61% -
HSV(B) 328.52º 0.33% 0.73% -
XYZ 34.13 27.96 35.95 -
YUV 147.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 187 126 158 0 0.33 0.16 0.27 328.52 0.31 0.61
Hex BB 7E 9E 0 21 10 1B 149 1F 3D
Octal 273 176 236 0 41 20 33 511 37 75
Binary 10111011 1111110 10011110 0 100001 10000 11011 101001001 11111 111101

Color Harmonies of #BB7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E9E

Black with #BB7E9E

Text Example


Text Example

White with #BB7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E9E; }

 p { color: rgb(187,126,158); }

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

background-color css

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

 a { background-color: rgb(187,126,158); }

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

border-color css

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

 span { border-color: rgb(187,126,158); }

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