Html Css Color HEX #BE80A4 Bouquet

📋 copy color: '#BE80A4'

red 190 ◦ green 128 ◦ blue 164

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

Shades of Bouquet #BE80A4

Tints of Bouquet #BE80A4

RGB

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

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

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

R = 39.42%
G = 26.56%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE80A4 (or 0xBE80A4) is known color: Bouquet. HEX triplet: BE, 80 and A4. RGB value is (190,128,164). Sum of RGB (Red+Green+Blue) = 190+128+164=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80A4 is #417F5B. Grayscale: #969696. Windows color (decimal): -4292444 or 10780862. OLE color: 10780862.

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

Color convert

RGB 190 128 164 -
CMYK 0 0.33 0.14 0.25
HSL 325.16º 0.32% 0.62% -
HSV(B) 325.16º 0.33% 0.75% -
XYZ 35.66 29.07 38.85 -
YUV 150.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 190 128 164 0 0.33 0.14 0.25 325.16 0.32 0.62
Hex BE 80 A4 0 21 E 19 145 20 3E
Octal 276 200 244 0 41 16 31 505 40 76
Binary 10111110 10000000 10100100 0 100001 1110 11001 101000101 100000 111110

Color Harmonies of #BE80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE80A4

Black with #BE80A4

Text Example


Text Example

White with #BE80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE80A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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