#B08CA6

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

Shades of London Hue #B08CA6

Tints of London Hue #B08CA6

Color information

#B08CA6 (or 0xB08CA6) is unknown color: approx London Hue. HEX triplet: B0, 8C and A6. RGB value is (176,140,166). Sum of RGB (Red+Green+Blue) = 176+140+166=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CA6 is #4F7359. Grayscale: #999999. Windows color (decimal): -5206874 or 10914992. OLE color: 10914992.

HSL color Cylindrical-coordinate representation of color #B08CA6: hue angle of 316.67º 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 #B08CA6 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176140166-
CMYK00.200.060.31
HSL316.67º18.56%61.96%-
HSV(B)316.67º20.45%69.02%-
XYZ34.1730.7440.21-
YUV153.73134.93143.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=36.51%
G=29.05%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614016600.200.060.31316.6718.5661.96
HexB08CA601461F13d133e
Octal2602142460246374752376
Binary1011000010001100101001100101001101111110011110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CA6; }

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

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

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

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

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

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

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

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