Html Css Color HEX #BE7CAC Bouquet

📋 copy color: '#BE7CAC'

red 190 ◦ green 124 ◦ blue 172

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

Shades of Bouquet #BE7CAC

Tints of Bouquet #BE7CAC

RGB

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

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

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

R = 39.09%
G = 25.51%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE7CAC (or 0xBE7CAC) is known color: Bouquet. HEX triplet: BE, 7C and AC. RGB value is (190,124,172). Sum of RGB (Red+Green+Blue) = 190+124+172=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAC is #418353. Grayscale: #959595. Windows color (decimal): -4293460 or 11304126. OLE color: 11304126.

HSL color Cylindrical-coordinate representation of color #BE7CAC: hue angle of 316.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 #BE7CAC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 124 172 -
CMYK 0 0.35 0.09 0.25
HSL 316.36º 0.34% 0.62% -
HSV(B) 316.36º 0.35% 0.75% -
XYZ 35.89 28.34 42.61 -
YUV 149.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 190 124 172 0 0.35 0.09 0.25 316.36 0.34 0.62
Hex BE 7C AC 0 23 9 19 13C 22 3E
Octal 276 174 254 0 43 11 31 474 42 76
Binary 10111110 1111100 10101100 0 100011 1001 11001 100111100 100010 111110

Color Harmonies of #BE7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CAC

Black with #BE7CAC

Text Example


Text Example

White with #BE7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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