Html Css Color HEX #BE80A2 Bouquet

📋 copy color: '#BE80A2'

red 190 ◦ green 128 ◦ blue 162

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

Shades of Bouquet #BE80A2

Tints of Bouquet #BE80A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.75%

R = 39.58%
G = 26.67%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE80A2 (or 0xBE80A2) is known color: Bouquet. HEX triplet: BE, 80 and A2. RGB value is (190,128,162). Sum of RGB (Red+Green+Blue) = 190+128+162=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80A2 is #417F5D. Grayscale: #969696. Windows color (decimal): -4292446 or 10649790. OLE color: 10649790.

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

Color convert

RGB 190 128 162 -
CMYK 0 0.33 0.15 0.25
HSL 327.1º 0.32% 0.62% -
HSV(B) 327.1º 0.33% 0.75% -
XYZ 35.48 28.99 37.91 -
YUV 150.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 190 128 162 0 0.33 0.15 0.25 327.1 0.32 0.62
Hex BE 80 A2 0 21 F 19 147 20 3E
Octal 276 200 242 0 41 17 31 507 40 76
Binary 10111110 10000000 10100010 0 100001 1111 11001 101000111 100000 111110

Color Harmonies of #BE80A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80A2

Black with #BE80A2

Text Example


Text Example

White with #BE80A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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