Html Css Color HEX #BE7D9F Bouquet

📋 copy color: '#BE7D9F'

red 190 ◦ green 125 ◦ blue 159

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

Shades of Bouquet #BE7D9F

Tints of Bouquet #BE7D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

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

R = 40.08%
G = 26.37%
B = 33.54%

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

#BE7D9F (or 0xBE7D9F) is known color: Bouquet. HEX triplet: BE, 7D and 9F. RGB value is (190,125,159). Sum of RGB (Red+Green+Blue) = 190+125+159=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D9F is #418260. Grayscale: #949494. Windows color (decimal): -4293217 or 10452414. OLE color: 10452414.

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

Color convert

RGB 190 125 159 -
CMYK 0 0.34 0.16 0.25
HSL 328.62º 0.33% 0.62% -
HSV(B) 328.62º 0.34% 0.75% -
XYZ 34.83 28.12 36.39 -
YUV 148.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 190 125 159 0 0.34 0.16 0.25 328.62 0.33 0.62
Hex BE 7D 9F 0 22 10 19 149 21 3E
Octal 276 175 237 0 42 20 31 511 41 76
Binary 10111110 1111101 10011111 0 100010 10000 11001 101001001 100001 111110

Color Harmonies of #BE7D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D9F

Black with #BE7D9F

Text Example


Text Example

White with #BE7D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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