Html Css Color HEX #BE70AB Bouquet

📋 copy color: '#BE70AB'

red 190 ◦ green 112 ◦ blue 171

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

Shades of Bouquet #BE70AB

Tints of Bouquet #BE70AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

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

R = 40.17%
G = 23.68%
B = 36.15%

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

#BE70AB (or 0xBE70AB) is known color: Bouquet. HEX triplet: BE, 70 and AB. RGB value is (190,112,171). Sum of RGB (Red+Green+Blue) = 190+112+171=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70AB is #418F54. Grayscale: #8D8D8D. Windows color (decimal): -4296533 or 11235518. OLE color: 11235518.

HSL color Cylindrical-coordinate representation of color #BE70AB: hue angle of 314.62º degrees, saturation: 0.38, 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 #BE70AB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 171 -
CMYK 0 0.41 0.10 0.25
HSL 314.62º 0.38% 0.59% -
HSV(B) 314.62º 0.41% 0.75% -
XYZ 34.38 25.48 41.63 -
YUV 142.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 190 112 171 0 0.41 0.10 0.25 314.62 0.38 0.59
Hex BE 70 AB 0 29 A 19 13B 26 3B
Octal 276 160 253 0 51 12 31 473 46 73
Binary 10111110 1110000 10101011 0 101001 1010 11001 100111011 100110 111011

Color Harmonies of #BE70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70AB

Black with #BE70AB

Text Example


Text Example

White with #BE70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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