#BE97B9

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

Shades of London Hue #BE97B9

Tints of London Hue #BE97B9

Color information

#BE97B9 (or 0xBE97B9) is unknown color: approx London Hue. HEX triplet: BE, 97 and B9. RGB value is (190,151,185). Sum of RGB (Red+Green+Blue) = 190+151+185=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BE97B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE97B9 is #416846. Grayscale: #A6A6A6. Windows color (decimal): -4286535 or 12163006. OLE color: 12163006.

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

Color convert

RGB190151185-
CMYK00.210.030.25
HSL307.69º23.08%66.86%-
HSV(B)307.69º20.53%74.51%-
XYZ41.0636.5850.8-
YUV166.54138.42144.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=36.12%
G=28.71%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015118500.210.030.25307.6923.0866.86
HexBE97B90153191341743
Octal27622727102533146427103
Binary1011111010010111101110010101011111001100110100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE97B9; }

 p { color: rgb(190,151,185); }

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

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

 a { background-color: rgb(190,151,185); }

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

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

 span { border-color: rgb(190,151,185); }

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