Html Css Color HEX #BE6BA6 Bouquet

📋 copy color: '#BE6BA6'

red 190 ◦ green 107 ◦ blue 166

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

Shades of Bouquet #BE6BA6

Tints of Bouquet #BE6BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.11%

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

R = 41.04%
G = 23.11%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE6BA6 (or 0xBE6BA6) is known color: Bouquet. HEX triplet: BE, 6B and A6. RGB value is (190,107,166). Sum of RGB (Red+Green+Blue) = 190+107+166=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA6 is #419459. Grayscale: #8A8A8A. Windows color (decimal): -4297818 or 10906558. OLE color: 10906558.

HSL color Cylindrical-coordinate representation of color #BE6BA6: hue angle of 317.35º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BA6 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 107 166 -
CMYK 0 0.44 0.13 0.25
HSL 317.35º 0.39% 0.58% -
HSV(B) 317.35º 0.44% 0.75% -
XYZ 33.38 24.22 38.99 -
YUV 138.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 190 107 166 0 0.44 0.13 0.25 317.35 0.39 0.58
Hex BE 6B A6 0 2C D 19 13D 27 3A
Octal 276 153 246 0 54 15 31 475 47 72
Binary 10111110 1101011 10100110 0 101100 1101 11001 100111101 100111 111010

Color Harmonies of #BE6BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BA6

Black with #BE6BA6

Text Example


Text Example

White with #BE6BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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