Html Css Color HEX #BE8BBB London Hue

📋 copy color: '#BE8BBB'

red 190 ◦ green 139 ◦ blue 187

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

Shades of London Hue #BE8BBB

Tints of London Hue #BE8BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.94%

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 36.82%
G = 26.94%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE8BBB (or 0xBE8BBB) is known color: London Hue. HEX triplet: BE, 8B and BB. RGB value is (190,139,187). Sum of RGB (Red+Green+Blue) = 190+139+187=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BBB is #417444. Grayscale: #9F9F9F. Windows color (decimal): -4289605 or 12291006. OLE color: 12291006.

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

Color convert

RGB 190 139 187 -
CMYK 0 0.27 0.02 0.25
HSL 303.53º 0.28% 0.65% -
HSV(B) 303.53º 0.27% 0.75% -
XYZ 39.44 33 51.3 -
YUV 159.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 190 139 187 0 0.27 0.02 0.25 303.53 0.28 0.65
Hex BE 8B BB 0 1B 2 19 130 1C 41
Octal 276 213 273 0 33 2 31 460 34 101
Binary 10111110 10001011 10111011 0 11011 10 11001 100110000 11100 1000001

Color Harmonies of #BE8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8BBB

Black with #BE8BBB

Text Example


Text Example

White with #BE8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8BBB; }

 p { color: rgb(190,139,187); }

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

background-color css

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

 a { background-color: rgb(190,139,187); }

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

border-color css

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

 span { border-color: rgb(190,139,187); }

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