Html Css Color HEX #BE7CA1 Bouquet

📋 copy color: '#BE7CA1'

red 190 ◦ green 124 ◦ blue 161

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

Shades of Bouquet #BE7CA1

Tints of Bouquet #BE7CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.11%

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

R = 40%
G = 26.11%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE7CA1 (or 0xBE7CA1) is known color: Bouquet. HEX triplet: BE, 7C and A1. RGB value is (190,124,161). Sum of RGB (Red+Green+Blue) = 190+124+161=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CA1 is #41835E. Grayscale: #939393. Windows color (decimal): -4293471 or 10583230. OLE color: 10583230.

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

Color convert

RGB 190 124 161 -
CMYK 0 0.35 0.15 0.25
HSL 326.36º 0.34% 0.62% -
HSV(B) 326.36º 0.35% 0.75% -
XYZ 34.88 27.94 37.27 -
YUV 147.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 190 124 161 0 0.35 0.15 0.25 326.36 0.34 0.62
Hex BE 7C A1 0 23 F 19 146 22 3E
Octal 276 174 241 0 43 17 31 506 42 76
Binary 10111110 1111100 10100001 0 100011 1111 11001 101000110 100010 111110

Color Harmonies of #BE7CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CA1

Black with #BE7CA1

Text Example


Text Example

White with #BE7CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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