Html Css Color HEX #BE7AAC Bouquet

📋 copy color: '#BE7AAC'

red 190 ◦ green 122 ◦ blue 172

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

Shades of Bouquet #BE7AAC

Tints of Bouquet #BE7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.21%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 39.26%
G = 25.21%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE7AAC (or 0xBE7AAC) is known color: Bouquet. HEX triplet: BE, 7A and AC. RGB value is (190,122,172). Sum of RGB (Red+Green+Blue) = 190+122+172=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AAC is #418553. Grayscale: #939393. Windows color (decimal): -4293972 or 11303614. OLE color: 11303614.

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

Color convert

RGB 190 122 172 -
CMYK 0 0.36 0.09 0.25
HSL 315.88º 0.34% 0.61% -
HSV(B) 315.88º 0.36% 0.75% -
XYZ 35.64 27.84 42.53 -
YUV 148.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 190 122 172 0 0.36 0.09 0.25 315.88 0.34 0.61
Hex BE 7A AC 0 24 9 19 13C 22 3D
Octal 276 172 254 0 44 11 31 474 42 75
Binary 10111110 1111010 10101100 0 100100 1001 11001 100111100 100010 111101

Color Harmonies of #BE7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AAC

Black with #BE7AAC

Text Example


Text Example

White with #BE7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AAC; }

 p { color: rgb(190,122,172); }

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

background-color css

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

 a { background-color: rgb(190,122,172); }

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

border-color css

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

 span { border-color: rgb(190,122,172); }

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