Html Css Color HEX #BE80A3 Bouquet

📋 copy color: '#BE80A3'

red 190 ◦ green 128 ◦ blue 163

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

Shades of Bouquet #BE80A3

Tints of Bouquet #BE80A3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.61%

 BLUE value IS 163 (64.06% from 255) = 33.89%

R = 39.5%
G = 26.61%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE80A3 (or 0xBE80A3) is known color: Bouquet. HEX triplet: BE, 80 and A3. RGB value is (190,128,163). Sum of RGB (Red+Green+Blue) = 190+128+163=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80A3 is #417F5C. Grayscale: #969696. Windows color (decimal): -4292445 or 10715326. OLE color: 10715326.

HSL color Cylindrical-coordinate representation of color #BE80A3: hue angle of 326.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80A3 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 163 -
CMYK 0 0.33 0.14 0.25
HSL 326.13º 0.32% 0.62% -
HSV(B) 326.13º 0.33% 0.75% -
XYZ 35.57 29.03 38.38 -
YUV 150.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 190 128 163 0 0.33 0.14 0.25 326.13 0.32 0.62
Hex BE 80 A3 0 21 E 19 146 20 3E
Octal 276 200 243 0 41 16 31 506 40 76
Binary 10111110 10000000 10100011 0 100001 1110 11001 101000110 100000 111110

Color Harmonies of #BE80A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80A3

Black with #BE80A3

Text Example


Text Example

White with #BE80A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80A3; }

 p { color: rgb(190,128,163); }

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

background-color css

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

 a { background-color: rgb(190,128,163); }

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

border-color css

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

 span { border-color: rgb(190,128,163); }

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