Html Css Color HEX #BE6CA8 Bouquet

📋 copy color: '#BE6CA8'

red 190 ◦ green 108 ◦ blue 168

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

Shades of Bouquet #BE6CA8

Tints of Bouquet #BE6CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 40.77%
G = 23.18%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE6CA8 (or 0xBE6CA8) is known color: Bouquet. HEX triplet: BE, 6C and A8. RGB value is (190,108,168). Sum of RGB (Red+Green+Blue) = 190+108+168=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6CA8 is #419357. Grayscale: #8B8B8B. Windows color (decimal): -4297560 or 11037886. OLE color: 11037886.

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

Color convert

RGB 190 108 168 -
CMYK 0 0.43 0.12 0.25
HSL 316.1º 0.39% 0.58% -
HSV(B) 316.1º 0.43% 0.75% -
XYZ 33.67 24.5 40 -
YUV 139.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 190 108 168 0 0.43 0.12 0.25 316.1 0.39 0.58
Hex BE 6C A8 0 2B C 19 13C 27 3A
Octal 276 154 250 0 53 14 31 474 47 72
Binary 10111110 1101100 10101000 0 101011 1100 11001 100111100 100111 111010

Color Harmonies of #BE6CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CA8

Black with #BE6CA8

Text Example


Text Example

White with #BE6CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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