Html Css Color HEX #BE7BAC Bouquet

📋 copy color: '#BE7BAC'

red 190 ◦ green 123 ◦ blue 172

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

Shades of Bouquet #BE7BAC

Tints of Bouquet #BE7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

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

R = 39.18%
G = 25.36%
B = 35.46%

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

#BE7BAC (or 0xBE7BAC) is known color: Bouquet. HEX triplet: BE, 7B and AC. RGB value is (190,123,172). Sum of RGB (Red+Green+Blue) = 190+123+172=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BAC is #418453. Grayscale: #949494. Windows color (decimal): -4293716 or 11303870. OLE color: 11303870.

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

Color convert

RGB 190 123 172 -
CMYK 0 0.35 0.09 0.25
HSL 316.12º 0.34% 0.61% -
HSV(B) 316.12º 0.35% 0.75% -
XYZ 35.76 28.09 42.57 -
YUV 148.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 190 123 172 0 0.35 0.09 0.25 316.12 0.34 0.61
Hex BE 7B AC 0 23 9 19 13C 22 3D
Octal 276 173 254 0 43 11 31 474 42 75
Binary 10111110 1111011 10101100 0 100011 1001 11001 100111100 100010 111101

Color Harmonies of #BE7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BAC

Black with #BE7BAC

Text Example


Text Example

White with #BE7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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