Html Css Color HEX #BB7EA6 Bouquet

📋 copy color: '#BB7EA6'

red 187 ◦ green 126 ◦ blue 166

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

Shades of Bouquet #BB7EA6

Tints of Bouquet #BB7EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 39.04%
G = 26.3%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB7EA6 (or 0xBB7EA6) is known color: Bouquet. HEX triplet: BB, 7E and A6. RGB value is (187,126,166). Sum of RGB (Red+Green+Blue) = 187+126+166=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EA6 is #448159. Grayscale: #949494. Windows color (decimal): -4489562 or 10911419. OLE color: 10911419.

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

Color convert

RGB 187 126 166 -
CMYK 0 0.33 0.11 0.27
HSL 320.66º 0.31% 0.61% -
HSV(B) 320.66º 0.33% 0.73% -
XYZ 34.84 28.24 39.69 -
YUV 148.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 187 126 166 0 0.33 0.11 0.27 320.66 0.31 0.61
Hex BB 7E A6 0 21 B 1B 141 1F 3D
Octal 273 176 246 0 41 13 33 501 37 75
Binary 10111011 1111110 10100110 0 100001 1011 11011 101000001 11111 111101

Color Harmonies of #BB7EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7EA6

Black with #BB7EA6

Text Example


Text Example

White with #BB7EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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