#B08FAE

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

Shades of London Hue #B08FAE

Tints of London Hue #B08FAE

Color information

#B08FAE (or 0xB08FAE) is unknown color: approx London Hue. HEX triplet: B0, 8F and AE. RGB value is (176,143,174). Sum of RGB (Red+Green+Blue) = 176+143+174=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FAE is #4F7051. Grayscale: #9C9C9C. Windows color (decimal): -5206098 or 11440048. OLE color: 11440048.

HSL color Cylindrical-coordinate representation of color #B08FAE: hue angle of 303.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08FAE is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176143174-
CMYK00.190.010.31
HSL303.64º17.28%62.55%-
HSV(B)303.64º18.75%69.02%-
XYZ35.3731.9344.34-
YUV156.4137.93141.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=35.70%
G=29.01%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614317400.190.010.31303.6417.2862.55
HexB08FAE01311F130113f
Octal2602172560231374602177
Binary10110000100011111010111001001111111110011000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FAE; }

 p { color: rgb(176,143,174); }

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

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

 a { background-color: rgb(176,143,174); }

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

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

 span { border-color: rgb(176,143,174); }

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