Html Css Color HEX #BE7EA9 Bouquet

📋 copy color: '#BE7EA9'

red 190 ◦ green 126 ◦ blue 169

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

Shades of Bouquet #BE7EA9

Tints of Bouquet #BE7EA9

RGB

 RED value IS 190 (74.61% from 255) = 39.18%

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

 BLUE value IS 169 (66.41% from 255) = 34.85%

R = 39.18%
G = 25.98%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE7EA9 (or 0xBE7EA9) is known color: Bouquet. HEX triplet: BE, 7E and A9. RGB value is (190,126,169). Sum of RGB (Red+Green+Blue) = 190+126+169=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7EA9 is #418156. Grayscale: #959595. Windows color (decimal): -4292951 or 11108030. OLE color: 11108030.

HSL color Cylindrical-coordinate representation of color #BE7EA9: hue angle of 319.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7EA9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 126 169 -
CMYK 0 0.34 0.11 0.25
HSL 319.69º 0.33% 0.62% -
HSV(B) 319.69º 0.34% 0.75% -
XYZ 35.86 28.73 41.19 -
YUV 150.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 190 126 169 0 0.34 0.11 0.25 319.69 0.33 0.62
Hex BE 7E A9 0 22 B 19 140 21 3E
Octal 276 176 251 0 42 13 31 500 41 76
Binary 10111110 1111110 10101001 0 100010 1011 11001 101000000 100001 111110

Color Harmonies of #BE7EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7EA9

Black with #BE7EA9

Text Example


Text Example

White with #BE7EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7EA9; }

 p { color: rgb(190,126,169); }

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

background-color css

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

 a { background-color: rgb(190,126,169); }

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

border-color css

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

 span { border-color: rgb(190,126,169); }

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