Html Css Color HEX #BE88AF London Hue

📋 copy color: '#BE88AF'

red 190 ◦ green 136 ◦ blue 175

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

Shades of London Hue #BE88AF

Tints of London Hue #BE88AF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.15%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 37.92%
G = 27.15%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE88AF (or 0xBE88AF) is known color: London Hue. HEX triplet: BE, 88 and AF. RGB value is (190,136,175). Sum of RGB (Red+Green+Blue) = 190+136+175=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE88AF is #417750. Grayscale: #9C9C9C. Windows color (decimal): -4290385 or 11503806. OLE color: 11503806.

HSL color Cylindrical-coordinate representation of color #BE88AF: hue angle of 316.67º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE88AF is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 175 -
CMYK 0 0.28 0.08 0.25
HSL 316.67º 0.29% 0.64% -
HSV(B) 316.67º 0.28% 0.75% -
XYZ 37.78 31.65 44.68 -
YUV 156.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 190 136 175 0 0.28 0.08 0.25 316.67 0.29 0.64
Hex BE 88 AF 0 1C 8 19 13D 1D 40
Octal 276 210 257 0 34 10 31 475 35 100
Binary 10111110 10001000 10101111 0 11100 1000 11001 100111101 11101 1000000

Color Harmonies of #BE88AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88AF

Black with #BE88AF

Text Example


Text Example

White with #BE88AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88AF; }

 p { color: rgb(190,136,175); }

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

background-color css

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

 a { background-color: rgb(190,136,175); }

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

border-color css

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

 span { border-color: rgb(190,136,175); }

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