Html Css Color HEX #BE7DA6 Bouquet

📋 copy color: '#BE7DA6'

red 190 ◦ green 125 ◦ blue 166

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

Shades of Bouquet #BE7DA6

Tints of Bouquet #BE7DA6

RGB

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

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

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

R = 39.5%
G = 25.99%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE7DA6 (or 0xBE7DA6) is known color: Bouquet. HEX triplet: BE, 7D and A6. RGB value is (190,125,166). Sum of RGB (Red+Green+Blue) = 190+125+166=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DA6 is #418259. Grayscale: #959595. Windows color (decimal): -4293210 or 10911166. OLE color: 10911166.

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

Color convert

RGB 190 125 166 -
CMYK 0 0.34 0.13 0.25
HSL 322.15º 0.33% 0.62% -
HSV(B) 322.15º 0.34% 0.75% -
XYZ 35.45 28.37 39.68 -
YUV 149.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 190 125 166 0 0.34 0.13 0.25 322.15 0.33 0.62
Hex BE 7D A6 0 22 D 19 142 21 3E
Octal 276 175 246 0 42 15 31 502 41 76
Binary 10111110 1111101 10100110 0 100010 1101 11001 101000010 100001 111110

Color Harmonies of #BE7DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DA6

Black with #BE7DA6

Text Example


Text Example

White with #BE7DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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