#B08CA8

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

Shades of London Hue #B08CA8

Tints of London Hue #B08CA8

Color information

#B08CA8 (or 0xB08CA8) is unknown color: approx London Hue. HEX triplet: B0, 8C and A8. RGB value is (176,140,168). Sum of RGB (Red+Green+Blue) = 176+140+168=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CA8 is #4F7357. Grayscale: #999999. Windows color (decimal): -5206872 or 11046064. OLE color: 11046064.

HSL color Cylindrical-coordinate representation of color #B08CA8: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08CA8 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB176140168-
CMYK00.200.050.31
HSL313.33º18.56%61.96%-
HSV(B)313.33º20.45%69.02%-
XYZ34.3530.8141.18-
YUV153.96135.93143.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=36.36%
G=28.93%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614016800.200.050.31313.3318.5661.96
HexB08CA801451F139133e
Octal2602142500245374712376
Binary1011000010001100101010000101001011111110011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CA8; }

 p { color: rgb(176,140,168); }

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

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

 a { background-color: rgb(176,140,168); }

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

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

 span { border-color: rgb(176,140,168); }

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