Html Css Color HEX #BE81A1 Bouquet

📋 copy color: '#BE81A1'

red 190 ◦ green 129 ◦ blue 161

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

Shades of Bouquet #BE81A1

Tints of Bouquet #BE81A1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 39.58%
G = 26.88%
B = 33.54%

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

#BE81A1 (or 0xBE81A1) is known color: Bouquet. HEX triplet: BE, 81 and A1. RGB value is (190,129,161). Sum of RGB (Red+Green+Blue) = 190+129+161=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE81A1 is #417E5E. Grayscale: #969696. Windows color (decimal): -4292191 or 10584510. OLE color: 10584510.

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

Color convert

RGB 190 129 161 -
CMYK 0 0.32 0.15 0.25
HSL 328.52º 0.32% 0.63% -
HSV(B) 328.52º 0.32% 0.75% -
XYZ 35.52 29.22 37.49 -
YUV 150.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 190 129 161 0 0.32 0.15 0.25 328.52 0.32 0.63
Hex BE 81 A1 0 20 F 19 149 20 3F
Octal 276 201 241 0 40 17 31 511 40 77
Binary 10111110 10000001 10100001 0 100000 1111 11001 101001001 100000 111111

Color Harmonies of #BE81A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81A1

Black with #BE81A1

Text Example


Text Example

White with #BE81A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81A1; }

 p { color: rgb(190,129,161); }

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

background-color css

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

 a { background-color: rgb(190,129,161); }

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

border-color css

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

 span { border-color: rgb(190,129,161); }

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