Html Css Color HEX #BE7DAC Bouquet

📋 copy color: '#BE7DAC'

red 190 ◦ green 125 ◦ blue 172

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

Shades of Bouquet #BE7DAC

Tints of Bouquet #BE7DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.67%

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

R = 39.01%
G = 25.67%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE7DAC (or 0xBE7DAC) is known color: Bouquet. HEX triplet: BE, 7D and AC. RGB value is (190,125,172). Sum of RGB (Red+Green+Blue) = 190+125+172=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DAC is #418253. Grayscale: #959595. Windows color (decimal): -4293204 or 11304382. OLE color: 11304382.

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

Color convert

RGB 190 125 172 -
CMYK 0 0.34 0.09 0.25
HSL 316.62º 0.33% 0.62% -
HSV(B) 316.62º 0.34% 0.75% -
XYZ 36.02 28.59 42.65 -
YUV 149.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 190 125 172 0 0.34 0.09 0.25 316.62 0.33 0.62
Hex BE 7D AC 0 22 9 19 13D 21 3E
Octal 276 175 254 0 42 11 31 475 41 76
Binary 10111110 1111101 10101100 0 100010 1001 11001 100111101 100001 111110

Color Harmonies of #BE7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DAC

Black with #BE7DAC

Text Example


Text Example

White with #BE7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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