Html Css Color HEX #BE6CA5 Bouquet

📋 copy color: '#BE6CA5'

red 190 ◦ green 108 ◦ blue 165

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

Shades of Bouquet #BE6CA5

Tints of Bouquet #BE6CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.64%

R = 41.04%
G = 23.33%
B = 35.64%

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

#BE6CA5 (or 0xBE6CA5) is known color: Bouquet. HEX triplet: BE, 6C and A5. RGB value is (190,108,165). Sum of RGB (Red+Green+Blue) = 190+108+165=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CA5 is #41935A. Grayscale: #8A8A8A. Windows color (decimal): -4297563 or 10841278. OLE color: 10841278.

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

Color convert

RGB 190 108 165 -
CMYK 0 0.43 0.13 0.25
HSL 318.29º 0.39% 0.58% -
HSV(B) 318.29º 0.43% 0.75% -
XYZ 33.39 24.39 38.55 -
YUV 139.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 190 108 165 0 0.43 0.13 0.25 318.29 0.39 0.58
Hex BE 6C A5 0 2B D 19 13E 27 3A
Octal 276 154 245 0 53 15 31 476 47 72
Binary 10111110 1101100 10100101 0 101011 1101 11001 100111110 100111 111010

Color Harmonies of #BE6CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CA5

Black with #BE6CA5

Text Example


Text Example

White with #BE6CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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