#B08FB4

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

Shades of London Hue #B08FB4

Tints of London Hue #B08FB4

Color information

#B08FB4 (or 0xB08FB4) is unknown color: approx London Hue. HEX triplet: B0, 8F and B4. RGB value is (176,143,180). Sum of RGB (Red+Green+Blue) = 176+143+180=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #B08FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FB4 is #4F704B. Grayscale: #9C9C9C. Windows color (decimal): -5206092 or 11833264. OLE color: 11833264.

HSL color Cylindrical-coordinate representation of color #B08FB4: hue angle of 293.51º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08FB4 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176143180-
CMYK0.020.2100.29
HSL293.51º19.79%63.33%-
HSV(B)293.51º20.56%70.59%-
XYZ35.9732.1747.49-
YUV157.08140.93141.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=35.27%
G=28.66%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761431800.020.2100.29293.5119.7963.33
HexB08FB421501D126143f
Octal2602172642250354462477
Binary101100001000111110110100101010101110110010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FB4; }

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

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

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

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

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

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

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

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