#B488AF

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

Shades of London Hue #B488AF

Tints of London Hue #B488AF

Color information

#B488AF (or 0xB488AF) is unknown color: approx London Hue. HEX triplet: B4, 88 and AF. RGB value is (180,136,175). Sum of RGB (Red+Green+Blue) = 180+136+175=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B488AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488AF is #4B7750. Grayscale: #999999. Windows color (decimal): -4945745 or 11503796. OLE color: 11503796.

HSL color Cylindrical-coordinate representation of color #B488AF: hue angle of 306.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488AF is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180136175-
CMYK00.240.030.29
HSL306.82º22.68%61.96%-
HSV(B)306.82º24.44%70.59%-
XYZ35.3630.4144.56-
YUV153.6140.08146.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=36.66%
G=27.70%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013617500.240.030.29306.8222.6861.96
HexB488AF01831D133173e
Octal2642102570303354632776
Binary101101001000100010101111011000111110110011001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488AF; }

 p { color: rgb(180,136,175); }

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

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

 a { background-color: rgb(180,136,175); }

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

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

 span { border-color: rgb(180,136,175); }

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