Html Css Color HEX #BE6CA6 Bouquet

📋 copy color: '#BE6CA6'

red 190 ◦ green 108 ◦ blue 166

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

Shades of Bouquet #BE6CA6

Tints of Bouquet #BE6CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 40.95%
G = 23.28%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE6CA6 (or 0xBE6CA6) is known color: Bouquet. HEX triplet: BE, 6C and A6. RGB value is (190,108,166). Sum of RGB (Red+Green+Blue) = 190+108+166=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CA6 is #419359. Grayscale: #8A8A8A. Windows color (decimal): -4297562 or 10906814. OLE color: 10906814.

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

Color convert

RGB 190 108 166 -
CMYK 0 0.43 0.13 0.25
HSL 317.56º 0.39% 0.58% -
HSV(B) 317.56º 0.43% 0.75% -
XYZ 33.48 24.43 39.03 -
YUV 139.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 190 108 166 0 0.43 0.13 0.25 317.56 0.39 0.58
Hex BE 6C A6 0 2B D 19 13E 27 3A
Octal 276 154 246 0 53 15 31 476 47 72
Binary 10111110 1101100 10100110 0 101011 1101 11001 100111110 100111 111010

Color Harmonies of #BE6CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CA6

Black with #BE6CA6

Text Example


Text Example

White with #BE6CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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