Html Css Color HEX #BE82A2 Bouquet

📋 copy color: '#BE82A2'

red 190 ◦ green 130 ◦ blue 162

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

Shades of Bouquet #BE82A2

Tints of Bouquet #BE82A2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

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

R = 39.42%
G = 26.97%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE82A2 (or 0xBE82A2) is known color: Bouquet. HEX triplet: BE, 82 and A2. RGB value is (190,130,162). Sum of RGB (Red+Green+Blue) = 190+130+162=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE82A2 is #417D5D. Grayscale: #979797. Windows color (decimal): -4291934 or 10650302. OLE color: 10650302.

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

Color convert

RGB 190 130 162 -
CMYK 0 0.32 0.15 0.25
HSL 328º 0.32% 0.63% -
HSV(B) 328º 0.32% 0.75% -
XYZ 35.74 29.52 38 -
YUV 151.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 190 130 162 0 0.32 0.15 0.25 328 0.32 0.63
Hex BE 82 A2 0 20 F 19 148 20 3F
Octal 276 202 242 0 40 17 31 510 40 77
Binary 10111110 10000010 10100010 0 100000 1111 11001 101001000 100000 111111

Color Harmonies of #BE82A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82A2

Black with #BE82A2

Text Example


Text Example

White with #BE82A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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