#B07CAD

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

Shades of London Hue #B07CAD

Tints of London Hue #B07CAD

Color information

#B07CAD (or 0xB07CAD) is unknown color: approx London Hue. HEX triplet: B0, 7C and AD. RGB value is (176,124,173). Sum of RGB (Red+Green+Blue) = 176+124+173=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CAD is #4F8352. Grayscale: #909090. Windows color (decimal): -5210963 or 11369648. OLE color: 11369648.

HSL color Cylindrical-coordinate representation of color #B07CAD: hue angle of 303.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07CAD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176124173-
CMYK00.300.020.31
HSL303.46º24.76%58.82%-
HSV(B)303.46º29.55%69.02%-
XYZ32.6526.6642.96-
YUV145.13143.73150.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=37.21%
G=26.22%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612417300.300.020.31303.4624.7658.82
HexB07CAD01E21F12f193b
Octal2601742550362374573173
Binary10110000111110010101101011110101111110010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CAD; }

 p { color: rgb(176,124,173); }

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

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

 a { background-color: rgb(176,124,173); }

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

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

 span { border-color: rgb(176,124,173); }

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