Html Css Color HEX #BE82A7 Bouquet

📋 copy color: '#BE82A7'

red 190 ◦ green 130 ◦ blue 167

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

Shades of Bouquet #BE82A7

Tints of Bouquet #BE82A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.29%

R = 39.01%
G = 26.69%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE82A7 (or 0xBE82A7) is known color: Bouquet. HEX triplet: BE, 82 and A7. RGB value is (190,130,167). Sum of RGB (Red+Green+Blue) = 190+130+167=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE82A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE82A7 is #417D58. Grayscale: #989898. Windows color (decimal): -4291929 or 10977982. OLE color: 10977982.

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

Color convert

RGB 190 130 167 -
CMYK 0 0.32 0.12 0.25
HSL 323º 0.32% 0.63% -
HSV(B) 323º 0.32% 0.75% -
XYZ 36.19 29.7 40.38 -
YUV 152.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 190 130 167 0 0.32 0.12 0.25 323 0.32 0.63
Hex BE 82 A7 0 20 C 19 143 20 3F
Octal 276 202 247 0 40 14 31 503 40 77
Binary 10111110 10000010 10100111 0 100000 1100 11001 101000011 100000 111111

Color Harmonies of #BE82A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE82A7

Black with #BE82A7

Text Example


Text Example

White with #BE82A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE82A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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