Html Css Color HEX #BE6EA9 Bouquet

📋 copy color: '#BE6EA9'

red 190 ◦ green 110 ◦ blue 169

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

Shades of Bouquet #BE6EA9

Tints of Bouquet #BE6EA9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.45%

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

R = 40.51%
G = 23.45%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE6EA9 (or 0xBE6EA9) is known color: Bouquet. HEX triplet: BE, 6E and A9. RGB value is (190,110,169). Sum of RGB (Red+Green+Blue) = 190+110+169=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6EA9 is #419156. Grayscale: #8C8C8C. Windows color (decimal): -4297047 or 11103934. OLE color: 11103934.

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

Color convert

RGB 190 110 169 -
CMYK 0 0.42 0.11 0.25
HSL 315.75º 0.38% 0.59% -
HSV(B) 315.75º 0.42% 0.75% -
XYZ 33.97 24.96 40.56 -
YUV 140.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 190 110 169 0 0.42 0.11 0.25 315.75 0.38 0.59
Hex BE 6E A9 0 2A B 19 13C 26 3B
Octal 276 156 251 0 52 13 31 474 46 73
Binary 10111110 1101110 10101001 0 101010 1011 11001 100111100 100110 111011

Color Harmonies of #BE6EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6EA9

Black with #BE6EA9

Text Example


Text Example

White with #BE6EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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