Html Css Color HEX #BE7E9E Bouquet

📋 copy color: '#BE7E9E'

red 190 ◦ green 126 ◦ blue 158

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

Shades of Bouquet #BE7E9E

Tints of Bouquet #BE7E9E

RGB

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

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

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

R = 40.08%
G = 26.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE7E9E (or 0xBE7E9E) is known color: Bouquet. HEX triplet: BE, 7E and 9E. RGB value is (190,126,158). Sum of RGB (Red+Green+Blue) = 190+126+158=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E9E is #418161. Grayscale: #949494. Windows color (decimal): -4292962 or 10387134. OLE color: 10387134.

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

Color convert

RGB 190 126 158 -
CMYK 0 0.34 0.17 0.25
HSL 330º 0.33% 0.62% -
HSV(B) 330º 0.34% 0.75% -
XYZ 34.87 28.34 35.98 -
YUV 148.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 190 126 158 0 0.34 0.17 0.25 330 0.33 0.62
Hex BE 7E 9E 0 22 11 19 14A 21 3E
Octal 276 176 236 0 42 21 31 512 41 76
Binary 10111110 1111110 10011110 0 100010 10001 11001 101001010 100001 111110

Color Harmonies of #BE7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E9E

Black with #BE7E9E

Text Example


Text Example

White with #BE7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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