Html Css Color HEX #BE88BA London Hue

📋 copy color: '#BE88BA'

red 190 ◦ green 136 ◦ blue 186

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

Shades of London Hue #BE88BA

Tints of London Hue #BE88BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 37.11%
G = 26.56%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE88BA (or 0xBE88BA) is known color: London Hue. HEX triplet: BE, 88 and BA. RGB value is (190,136,186). Sum of RGB (Red+Green+Blue) = 190+136+186=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88BA is #417745. Grayscale: #9D9D9D. Windows color (decimal): -4290374 or 12224702. OLE color: 12224702.

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

Color convert

RGB 190 136 186 -
CMYK 0 0.28 0.02 0.25
HSL 304.44º 0.29% 0.64% -
HSV(B) 304.44º 0.28% 0.75% -
XYZ 38.9 32.1 50.6 -
YUV 157.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 190 136 186 0 0.28 0.02 0.25 304.44 0.29 0.64
Hex BE 88 BA 0 1C 2 19 130 1D 40
Octal 276 210 272 0 34 2 31 460 35 100
Binary 10111110 10001000 10111010 0 11100 10 11001 100110000 11101 1000000

Color Harmonies of #BE88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88BA

Black with #BE88BA

Text Example


Text Example

White with #BE88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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