#B08CAA

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

Shades of London Hue #B08CAA

Tints of London Hue #B08CAA

Color information

#B08CAA (or 0xB08CAA) is unknown color: approx London Hue. HEX triplet: B0, 8C and AA. RGB value is (176,140,170). Sum of RGB (Red+Green+Blue) = 176+140+170=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CAA is #4F7355. Grayscale: #9A9A9A. Windows color (decimal): -5206870 or 11177136. OLE color: 11177136.

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

Color convert

RGB176140170-
CMYK00.200.030.31
HSL310º18.56%61.96%-
HSV(B)310º20.45%69.02%-
XYZ34.5430.8942.17-
YUV154.18136.93143.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=36.21%
G=28.81%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614017000.200.030.3131018.5661.96
HexB08CAA01431F136133e
Octal2602142520243374662376
Binary101100001000110010101010010100111111110011011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CAA; }

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

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

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

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

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

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

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

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