Html Css Color HEX #BE7DA2 Bouquet

📋 copy color: '#BE7DA2'

red 190 ◦ green 125 ◦ blue 162

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

Shades of Bouquet #BE7DA2

Tints of Bouquet #BE7DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.96%

R = 39.83%
G = 26.21%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE7DA2 (or 0xBE7DA2) is known color: Bouquet. HEX triplet: BE, 7D and A2. RGB value is (190,125,162). Sum of RGB (Red+Green+Blue) = 190+125+162=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DA2 is #41825D. Grayscale: #949494. Windows color (decimal): -4293214 or 10649022. OLE color: 10649022.

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

Color convert

RGB 190 125 162 -
CMYK 0 0.34 0.15 0.25
HSL 325.85º 0.33% 0.62% -
HSV(B) 325.85º 0.34% 0.75% -
XYZ 35.09 28.22 37.78 -
YUV 148.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 190 125 162 0 0.34 0.15 0.25 325.85 0.33 0.62
Hex BE 7D A2 0 22 F 19 146 21 3E
Octal 276 175 242 0 42 17 31 506 41 76
Binary 10111110 1111101 10100010 0 100010 1111 11001 101000110 100001 111110

Color Harmonies of #BE7DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DA2

Black with #BE7DA2

Text Example


Text Example

White with #BE7DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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