#B08FAA

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

Shades of London Hue #B08FAA

Tints of London Hue #B08FAA

Color information

#B08FAA (or 0xB08FAA) is unknown color: approx London Hue. HEX triplet: B0, 8F and AA. RGB value is (176,143,170). Sum of RGB (Red+Green+Blue) = 176+143+170=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FAA is #4F7055. Grayscale: #9B9B9B. Windows color (decimal): -5206102 or 11177904. OLE color: 11177904.

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

Color convert

RGB176143170-
CMYK00.190.030.31
HSL310.91º17.28%62.55%-
HSV(B)310.91º18.75%69.02%-
XYZ34.9831.7842.32-
YUV155.94135.93142.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=35.99%
G=29.24%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614317000.190.030.31310.9117.2862.55
HexB08FAA01331F137113f
Octal2602172520233374672177
Binary101100001000111110101010010011111111110011011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FAA; }

 p { color: rgb(176,143,170); }

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

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

 a { background-color: rgb(176,143,170); }

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

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

 span { border-color: rgb(176,143,170); }

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