#BE98B9

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

Shades of London Hue #BE98B9

Tints of London Hue #BE98B9

Color information

#BE98B9 (or 0xBE98B9) is unknown color: approx London Hue. HEX triplet: BE, 98 and B9. RGB value is (190,152,185). Sum of RGB (Red+Green+Blue) = 190+152+185=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98B9 is #416746. Grayscale: #A7A7A7. Windows color (decimal): -4286279 or 12163262. OLE color: 12163262.

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

Color convert

RGB190152185-
CMYK00.20.030.25
HSL307.89º22.62%67.06%-
HSV(B)307.89º20%74.51%-
XYZ41.2236.9150.85-
YUV167.12138.09144.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 185 (72.66% from 255) = 35.10%
R=36.05%
G=28.84%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015218500.20.030.25307.8922.6267.06
HexBE98B90143191341743
Octal27623027102433146427103
Binary1011111010011000101110010101001111001100110100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98B9; }

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

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

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

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

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

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

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

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