Html Css Color HEX #BE71AB Bouquet

📋 copy color: '#BE71AB'

red 190 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #BE71AB

Tints of Bouquet #BE71AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 40.08%
G = 23.84%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE71AB (or 0xBE71AB) is known color: Bouquet. HEX triplet: BE, 71 and AB. RGB value is (190,113,171). Sum of RGB (Red+Green+Blue) = 190+113+171=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AB is #418E54. Grayscale: #8E8E8E. Windows color (decimal): -4296277 or 11235774. OLE color: 11235774.

HSL color Cylindrical-coordinate representation of color #BE71AB: hue angle of 314.81º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71AB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 171 -
CMYK 0 0.41 0.10 0.25
HSL 314.81º 0.37% 0.59% -
HSV(B) 314.81º 0.41% 0.75% -
XYZ 34.49 25.7 41.67 -
YUV 142.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 190 113 171 0 0.41 0.10 0.25 314.81 0.37 0.59
Hex BE 71 AB 0 29 A 19 13B 25 3B
Octal 276 161 253 0 51 12 31 473 45 73
Binary 10111110 1110001 10101011 0 101001 1010 11001 100111011 100101 111011

Color Harmonies of #BE71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71AB

Black with #BE71AB

Text Example


Text Example

White with #BE71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71AB; }

 p { color: rgb(190,113,171); }

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

background-color css

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

 a { background-color: rgb(190,113,171); }

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

border-color css

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

 span { border-color: rgb(190,113,171); }

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