Html Css Color HEX #BE7BA9 Bouquet

📋 copy color: '#BE7BA9'

red 190 ◦ green 123 ◦ blue 169

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

Shades of Bouquet #BE7BA9

Tints of Bouquet #BE7BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.06%

R = 39.42%
G = 25.52%
B = 35.06%

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

#BE7BA9 (or 0xBE7BA9) is known color: Bouquet. HEX triplet: BE, 7B and A9. RGB value is (190,123,169). Sum of RGB (Red+Green+Blue) = 190+123+169=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BA9 is #418456. Grayscale: #949494. Windows color (decimal): -4293719 or 11107262. OLE color: 11107262.

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

Color convert

RGB 190 123 169 -
CMYK 0 0.35 0.11 0.25
HSL 318.81º 0.34% 0.61% -
HSV(B) 318.81º 0.35% 0.75% -
XYZ 35.48 27.98 41.07 -
YUV 148.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 190 123 169 0 0.35 0.11 0.25 318.81 0.34 0.61
Hex BE 7B A9 0 23 B 19 13F 22 3D
Octal 276 173 251 0 43 13 31 477 42 75
Binary 10111110 1111011 10101001 0 100011 1011 11001 100111111 100010 111101

Color Harmonies of #BE7BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BA9

Black with #BE7BA9

Text Example


Text Example

White with #BE7BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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