#BE8CB1

Color #BE8CB1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BE8CB1

Tints of London Hue #BE8CB1

Color information

#BE8CB1 (or 0xBE8CB1) is unknown color: approx London Hue. HEX triplet: BE, 8C and B1. RGB value is (190,140,177). Sum of RGB (Red+Green+Blue) = 190+140+177=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8CB1 is #41734E. Grayscale: #9F9F9F. Windows color (decimal): -4289359 or 11635902. OLE color: 11635902.

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

Color convert

RGB190140177-
CMYK00.260.070.25
HSL315.6º27.78%64.71%-
HSV(B)315.6º26.32%74.51%-
XYZ38.5532.8845.91-
YUV159.17138.06149.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=37.48%
G=27.61%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014017700.260.070.25315.627.7864.71
HexBE8CB101A71913c1c41
Octal27621426103273147434101
Binary10111110100011001011000101101011111001100111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CB1; }

 p { color: rgb(190,140,177); }

 H1.HeaderClassName
 {
   color: #BE8CB1;
 }
 .AnyTagClassName
 {
   color: #BE8CB1;
 }
</style>
background-color css

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

 a { background-color: rgb(190,140,177); }

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

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

 span { border-color: rgb(190,140,177); }

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