Html Css Color HEX #BE78AA Bouquet

📋 copy color: '#BE78AA'

red 190 ◦ green 120 ◦ blue 170

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

Shades of Bouquet #BE78AA

Tints of Bouquet #BE78AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 39.58%
G = 25%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE78AA (or 0xBE78AA) is known color: Bouquet. HEX triplet: BE, 78 and AA. RGB value is (190,120,170). Sum of RGB (Red+Green+Blue) = 190+120+170=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78AA is #418755. Grayscale: #929292. Windows color (decimal): -4294486 or 11172030. OLE color: 11172030.

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

Color convert

RGB 190 120 170 -
CMYK 0 0.37 0.11 0.25
HSL 317.14º 0.35% 0.61% -
HSV(B) 317.14º 0.37% 0.75% -
XYZ 35.21 27.28 41.44 -
YUV 146.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 190 120 170 0 0.37 0.11 0.25 317.14 0.35 0.61
Hex BE 78 AA 0 25 B 19 13D 23 3D
Octal 276 170 252 0 45 13 31 475 43 75
Binary 10111110 1111000 10101010 0 100101 1011 11001 100111101 100011 111101

Color Harmonies of #BE78AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78AA

Black with #BE78AA

Text Example


Text Example

White with #BE78AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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