Html Css Color HEX #BE7E9F Bouquet

📋 copy color: '#BE7E9F'

red 190 ◦ green 126 ◦ blue 159

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

Shades of Bouquet #BE7E9F

Tints of Bouquet #BE7E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.47%

R = 40%
G = 26.53%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE7E9F (or 0xBE7E9F) is known color: Bouquet. HEX triplet: BE, 7E and 9F. RGB value is (190,126,159). Sum of RGB (Red+Green+Blue) = 190+126+159=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E9F is #418160. Grayscale: #949494. Windows color (decimal): -4292961 or 10452670. OLE color: 10452670.

HSL color Cylindrical-coordinate representation of color #BE7E9F: hue angle of 329.06º 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 #BE7E9F is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 126 159 -
CMYK 0 0.34 0.16 0.25
HSL 329.06º 0.33% 0.62% -
HSV(B) 329.06º 0.34% 0.75% -
XYZ 34.95 28.37 36.43 -
YUV 148.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 190 126 159 0 0.34 0.16 0.25 329.06 0.33 0.62
Hex BE 7E 9F 0 22 10 19 149 21 3E
Octal 276 176 237 0 42 20 31 511 41 76
Binary 10111110 1111110 10011111 0 100010 10000 11001 101001001 100001 111110

Color Harmonies of #BE7E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E9F

Black with #BE7E9F

Text Example


Text Example

White with #BE7E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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