Html Css Color HEX #BE6DA8 Bouquet

📋 copy color: '#BE6DA8'

red 190 ◦ green 109 ◦ blue 168

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

Shades of Bouquet #BE6DA8

Tints of Bouquet #BE6DA8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

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

R = 40.69%
G = 23.34%
B = 35.97%

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

#BE6DA8 (or 0xBE6DA8) is known color: Bouquet. HEX triplet: BE, 6D and A8. RGB value is (190,109,168). Sum of RGB (Red+Green+Blue) = 190+109+168=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DA8 is #419257. Grayscale: #8B8B8B. Windows color (decimal): -4297304 or 11038142. OLE color: 11038142.

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

Color convert

RGB 190 109 168 -
CMYK 0 0.43 0.12 0.25
HSL 316.3º 0.38% 0.59% -
HSV(B) 316.3º 0.43% 0.75% -
XYZ 33.77 24.71 40.04 -
YUV 139.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 190 109 168 0 0.43 0.12 0.25 316.3 0.38 0.59
Hex BE 6D A8 0 2B C 19 13C 26 3B
Octal 276 155 250 0 53 14 31 474 46 73
Binary 10111110 1101101 10101000 0 101011 1100 11001 100111100 100110 111011

Color Harmonies of #BE6DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DA8

Black with #BE6DA8

Text Example


Text Example

White with #BE6DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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