Html Css Color HEX #BE76AB Bouquet

📋 copy color: '#BE76AB'

red 190 ◦ green 118 ◦ blue 171

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

Shades of Bouquet #BE76AB

Tints of Bouquet #BE76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.63%

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

R = 39.67%
G = 24.63%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE76AB (or 0xBE76AB) is known color: Bouquet. HEX triplet: BE, 76 and AB. RGB value is (190,118,171). Sum of RGB (Red+Green+Blue) = 190+118+171=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE76AB is #418954. Grayscale: #919191. Windows color (decimal): -4294997 or 11237054. OLE color: 11237054.

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

Color convert

RGB 190 118 171 -
CMYK 0 0.38 0.10 0.25
HSL 315.83º 0.36% 0.6% -
HSV(B) 315.83º 0.38% 0.75% -
XYZ 35.06 26.84 41.86 -
YUV 145.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 190 118 171 0 0.38 0.10 0.25 315.83 0.36 0.6
Hex BE 76 AB 0 26 A 19 13C 24 3C
Octal 276 166 253 0 46 12 31 474 44 74
Binary 10111110 1110110 10101011 0 100110 1010 11001 100111100 100100 111100

Color Harmonies of #BE76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76AB

Black with #BE76AB

Text Example


Text Example

White with #BE76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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