#B898B5

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

Shades of London Hue #B898B5

Tints of London Hue #B898B5

Color information

#B898B5 (or 0xB898B5) is unknown color: approx London Hue. HEX triplet: B8, 98 and B5. RGB value is (184,152,181). Sum of RGB (Red+Green+Blue) = 184+152+181=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B898B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898B5 is #47674A. Grayscale: #A4A4A4. Windows color (decimal): -4679499 or 11901112. OLE color: 11901112.

HSL color Cylindrical-coordinate representation of color #B898B5: hue angle of 305.62º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B898B5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184152181-
CMYK00.170.020.28
HSL305.62º18.39%65.88%-
HSV(B)305.62º17.39%72.16%-
XYZ39.3435.9848.59-
YUV164.87137.1141.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=35.59%
G=29.40%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415218100.170.020.28305.6218.3965.88
HexB898B501121C1321242
Octal27023026502123446222102
Binary1011100010011000101101010100011011100100110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898B5; }

 p { color: rgb(184,152,181); }

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

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

 a { background-color: rgb(184,152,181); }

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

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

 span { border-color: rgb(184,152,181); }

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