Html Css Color HEX #BE78A8 Bouquet

📋 copy color: '#BE78A8'

red 190 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #BE78A8

Tints of Bouquet #BE78A8

RGB

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

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

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

R = 39.75%
G = 25.1%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE78A8 (or 0xBE78A8) is known color: Bouquet. HEX triplet: BE, 78 and A8. RGB value is (190,120,168). Sum of RGB (Red+Green+Blue) = 190+120+168=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE78A8 is #418757. Grayscale: #929292. Windows color (decimal): -4294488 or 11040958. OLE color: 11040958.

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

Color convert

RGB 190 120 168 -
CMYK 0 0.37 0.12 0.25
HSL 318.86º 0.35% 0.61% -
HSV(B) 318.86º 0.37% 0.75% -
XYZ 35.02 27.21 40.45 -
YUV 146.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 190 120 168 0 0.37 0.12 0.25 318.86 0.35 0.61
Hex BE 78 A8 0 25 C 19 13F 23 3D
Octal 276 170 250 0 45 14 31 477 43 75
Binary 10111110 1111000 10101000 0 100101 1100 11001 100111111 100011 111101

Color Harmonies of #BE78A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE78A8

Black with #BE78A8

Text Example


Text Example

White with #BE78A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE78A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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