Html Css Color HEX #BE83A4 Bouquet

📋 copy color: '#BE83A4'

red 190 ◦ green 131 ◦ blue 164

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

Shades of Bouquet #BE83A4

Tints of Bouquet #BE83A4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 39.18%
G = 27.01%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE83A4 (or 0xBE83A4) is known color: Bouquet. HEX triplet: BE, 83 and A4. RGB value is (190,131,164). Sum of RGB (Red+Green+Blue) = 190+131+164=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A4 is #417C5B. Grayscale: #989898. Windows color (decimal): -4291676 or 10781630. OLE color: 10781630.

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

Color convert

RGB 190 131 164 -
CMYK 0 0.31 0.14 0.25
HSL 326.44º 0.31% 0.63% -
HSV(B) 326.44º 0.31% 0.75% -
XYZ 36.05 29.86 38.99 -
YUV 152.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 190 131 164 0 0.31 0.14 0.25 326.44 0.31 0.63
Hex BE 83 A4 0 1F E 19 146 1F 3F
Octal 276 203 244 0 37 16 31 506 37 77
Binary 10111110 10000011 10100100 0 11111 1110 11001 101000110 11111 111111

Color Harmonies of #BE83A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE83A4

Black with #BE83A4

Text Example


Text Example

White with #BE83A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE83A4; }

 p { color: rgb(190,131,164); }

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

background-color css

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

 a { background-color: rgb(190,131,164); }

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

border-color css

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

 span { border-color: rgb(190,131,164); }

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