Html Css Color HEX #BE88BC London Hue

📋 copy color: '#BE88BC'

red 190 ◦ green 136 ◦ blue 188

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

Shades of London Hue #BE88BC

Tints of London Hue #BE88BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 36.96%
G = 26.46%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE88BC (or 0xBE88BC) is known color: London Hue. HEX triplet: BE, 88 and BC. RGB value is (190,136,188). Sum of RGB (Red+Green+Blue) = 190+136+188=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88BC is #417743. Grayscale: #9D9D9D. Windows color (decimal): -4290372 or 12355774. OLE color: 12355774.

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

Color convert

RGB 190 136 188 -
CMYK 0 0.28 0.01 0.25
HSL 302.22º 0.29% 0.64% -
HSV(B) 302.22º 0.28% 0.75% -
XYZ 39.12 32.19 51.73 -
YUV 158.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 190 136 188 0 0.28 0.01 0.25 302.22 0.29 0.64
Hex BE 88 BC 0 1C 1 19 12E 1D 40
Octal 276 210 274 0 34 1 31 456 35 100
Binary 10111110 10001000 10111100 0 11100 1 11001 100101110 11101 1000000

Color Harmonies of #BE88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88BC

Black with #BE88BC

Text Example


Text Example

White with #BE88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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