Html Css Color HEX #BE81AC London Hue

📋 copy color: '#BE81AC'

red 190 ◦ green 129 ◦ blue 172

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

Shades of London Hue #BE81AC

Tints of London Hue #BE81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.27%

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

R = 38.7%
G = 26.27%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE81AC (or 0xBE81AC) is known color: London Hue. HEX triplet: BE, 81 and AC. RGB value is (190,129,172). Sum of RGB (Red+Green+Blue) = 190+129+172=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE81AC is #417E53. Grayscale: #989898. Windows color (decimal): -4292180 or 11305406. OLE color: 11305406.

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

Color convert

RGB 190 129 172 -
CMYK 0 0.32 0.09 0.25
HSL 317.7º 0.32% 0.63% -
HSV(B) 317.7º 0.32% 0.75% -
XYZ 36.53 29.63 42.82 -
YUV 152.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 190 129 172 0 0.32 0.09 0.25 317.7 0.32 0.63
Hex BE 81 AC 0 20 9 19 13E 20 3F
Octal 276 201 254 0 40 11 31 476 40 77
Binary 10111110 10000001 10101100 0 100000 1001 11001 100111110 100000 111111

Color Harmonies of #BE81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE81AC

Black with #BE81AC

Text Example


Text Example

White with #BE81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE81AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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