#B090AF

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

Shades of London Hue #B090AF

Tints of London Hue #B090AF

Color information

#B090AF (or 0xB090AF) is unknown color: approx London Hue. HEX triplet: B0, 90 and AF. RGB value is (176,144,175). Sum of RGB (Red+Green+Blue) = 176+144+175=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B090AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B090AF is #4F6F50. Grayscale: #9D9D9D. Windows color (decimal): -5205841 or 11505840. OLE color: 11505840.

HSL color Cylindrical-coordinate representation of color #B090AF: hue angle of 301.88º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B090AF is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176144175-
CMYK00.180.010.31
HSL301.88º16.84%62.75%-
HSV(B)301.88º18.18%69.02%-
XYZ35.6232.2744.91-
YUV157.1138.1141.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=35.56%
G=29.09%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614417500.180.010.31301.8816.8462.75
HexB090AF01211F12e113f
Octal2602202570221374562177
Binary10110000100100001010111101001011111110010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090AF; }

 p { color: rgb(176,144,175); }

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

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

 a { background-color: rgb(176,144,175); }

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

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

 span { border-color: rgb(176,144,175); }

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