#BE90B8

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

Shades of London Hue #BE90B8

Tints of London Hue #BE90B8

Color information

#BE90B8 (or 0xBE90B8) is unknown color: approx London Hue. HEX triplet: BE, 90 and B8. RGB value is (190,144,184). Sum of RGB (Red+Green+Blue) = 190+144+184=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BE90B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90B8 is #416F47. Grayscale: #A2A2A2. Windows color (decimal): -4288328 or 12095678. OLE color: 12095678.

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

Color convert

RGB190144184-
CMYK00.240.030.25
HSL307.83º26.14%65.49%-
HSV(B)307.83º24.21%74.51%-
XYZ39.8634.3549.88-
YUV162.31140.24147.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 184 (72.27% from 255) = 35.52%
R=36.68%
G=27.80%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014418400.240.030.25307.8326.1465.49
HexBE90B80183191341a41
Octal27622027003033146432101
Binary1011111010010000101110000110001111001100110100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90B8; }

 p { color: rgb(190,144,184); }

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

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

 a { background-color: rgb(190,144,184); }

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

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

 span { border-color: rgb(190,144,184); }

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