Html Css Color HEX #BE80AB Bouquet

📋 copy color: '#BE80AB'

red 190 ◦ green 128 ◦ blue 171

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

Shades of Bouquet #BE80AB

Tints of Bouquet #BE80AB

RGB

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

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

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

R = 38.85%
G = 26.18%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE80AB (or 0xBE80AB) is known color: Bouquet. HEX triplet: BE, 80 and AB. RGB value is (190,128,171). Sum of RGB (Red+Green+Blue) = 190+128+171=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80AB is #417F54. Grayscale: #979797. Windows color (decimal): -4292437 or 11239614. OLE color: 11239614.

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

Color convert

RGB 190 128 171 -
CMYK 0 0.33 0.10 0.25
HSL 318.39º 0.32% 0.62% -
HSV(B) 318.39º 0.33% 0.75% -
XYZ 36.31 29.33 42.28 -
YUV 151.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 190 128 171 0 0.33 0.10 0.25 318.39 0.32 0.62
Hex BE 80 AB 0 21 A 19 13E 20 3E
Octal 276 200 253 0 41 12 31 476 40 76
Binary 10111110 10000000 10101011 0 100001 1010 11001 100111110 100000 111110

Color Harmonies of #BE80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80AB

Black with #BE80AB

Text Example


Text Example

White with #BE80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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