Html Css Color HEX #BE78AB Bouquet

📋 copy color: '#BE78AB'

red 190 ◦ green 120 ◦ blue 171

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

Shades of Bouquet #BE78AB

Tints of Bouquet #BE78AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 39.5%
G = 24.95%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE78AB (or 0xBE78AB) is known color: Bouquet. HEX triplet: BE, 78 and AB. RGB value is (190,120,171). Sum of RGB (Red+Green+Blue) = 190+120+171=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78AB is #418754. Grayscale: #929292. Windows color (decimal): -4294485 or 11237566. OLE color: 11237566.

HSL color Cylindrical-coordinate representation of color #BE78AB: hue angle of 316.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE78AB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 120 171 -
CMYK 0 0.37 0.10 0.25
HSL 316.29º 0.35% 0.61% -
HSV(B) 316.29º 0.37% 0.75% -
XYZ 35.3 27.32 41.94 -
YUV 146.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 190 120 171 0 0.37 0.10 0.25 316.29 0.35 0.61
Hex BE 78 AB 0 25 A 19 13C 23 3D
Octal 276 170 253 0 45 12 31 474 43 75
Binary 10111110 1111000 10101011 0 100101 1010 11001 100111100 100011 111101

Color Harmonies of #BE78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78AB

Black with #BE78AB

Text Example


Text Example

White with #BE78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78AB; }

 p { color: rgb(190,120,171); }

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

background-color css

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

 a { background-color: rgb(190,120,171); }

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

border-color css

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

 span { border-color: rgb(190,120,171); }

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