Html Css Color HEX #BE7BAA Bouquet

📋 copy color: '#BE7BAA'

red 190 ◦ green 123 ◦ blue 170

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

Shades of Bouquet #BE7BAA

Tints of Bouquet #BE7BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.2%

R = 39.34%
G = 25.47%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE7BAA (or 0xBE7BAA) is known color: Bouquet. HEX triplet: BE, 7B and AA. RGB value is (190,123,170). Sum of RGB (Red+Green+Blue) = 190+123+170=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BAA is #418455. Grayscale: #949494. Windows color (decimal): -4293718 or 11172798. OLE color: 11172798.

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

Color convert

RGB 190 123 170 -
CMYK 0 0.35 0.11 0.25
HSL 317.91º 0.34% 0.61% -
HSV(B) 317.91º 0.35% 0.75% -
XYZ 35.57 28.02 41.56 -
YUV 148.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 190 123 170 0 0.35 0.11 0.25 317.91 0.34 0.61
Hex BE 7B AA 0 23 B 19 13E 22 3D
Octal 276 173 252 0 43 13 31 476 42 75
Binary 10111110 1111011 10101010 0 100011 1011 11001 100111110 100010 111101

Color Harmonies of #BE7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BAA

Black with #BE7BAA

Text Example


Text Example

White with #BE7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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