#B07DAB

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

Shades of London Hue #B07DAB

Tints of London Hue #B07DAB

Color information

#B07DAB (or 0xB07DAB) is unknown color: approx London Hue. HEX triplet: B0, 7D and AB. RGB value is (176,125,171). Sum of RGB (Red+Green+Blue) = 176+125+171=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B07DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07DAB is #4F8254. Grayscale: #919191. Windows color (decimal): -5210709 or 11238832. OLE color: 11238832.

HSL color Cylindrical-coordinate representation of color #B07DAB: hue angle of 305.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B07DAB is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176125171-
CMYK00.290.030.31
HSL305.88º24.4%59.02%-
HSV(B)305.88º28.98%69.02%-
XYZ32.5926.8441.99-
YUV145.49142.4149.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=37.29%
G=26.48%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612517100.290.030.31305.8824.459.02
HexB07DAB01D31F132183b
Octal2601752530353374623073
Binary10110000111110110101011011101111111110011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DAB; }

 p { color: rgb(176,125,171); }

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

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

 a { background-color: rgb(176,125,171); }

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

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

 span { border-color: rgb(176,125,171); }

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