Html Css Color HEX #BE6BA8 Bouquet

📋 copy color: '#BE6BA8'

red 190 ◦ green 107 ◦ blue 168

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

Shades of Bouquet #BE6BA8

Tints of Bouquet #BE6BA8

RGB

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

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

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

R = 40.86%
G = 23.01%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE6BA8 (or 0xBE6BA8) is known color: Bouquet. HEX triplet: BE, 6B and A8. RGB value is (190,107,168). Sum of RGB (Red+Green+Blue) = 190+107+168=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA8 is #419457. Grayscale: #8A8A8A. Windows color (decimal): -4297816 or 11037630. OLE color: 11037630.

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

Color convert

RGB 190 107 168 -
CMYK 0 0.44 0.12 0.25
HSL 315.9º 0.39% 0.58% -
HSV(B) 315.9º 0.44% 0.75% -
XYZ 33.56 24.29 39.97 -
YUV 138.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 190 107 168 0 0.44 0.12 0.25 315.9 0.39 0.58
Hex BE 6B A8 0 2C C 19 13C 27 3A
Octal 276 153 250 0 54 14 31 474 47 72
Binary 10111110 1101011 10101000 0 101100 1100 11001 100111100 100111 111010

Color Harmonies of #BE6BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BA8

Black with #BE6BA8

Text Example


Text Example

White with #BE6BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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