#B68FBA

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

Shades of London Hue #B68FBA

Tints of London Hue #B68FBA

Color information

#B68FBA (or 0xB68FBA) is unknown color: approx London Hue. HEX triplet: B6, 8F and BA. RGB value is (182,143,186). Sum of RGB (Red+Green+Blue) = 182+143+186=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #B68FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FBA is #497045. Grayscale: #9F9F9F. Windows color (decimal): -4812870 or 12226486. OLE color: 12226486.

HSL color Cylindrical-coordinate representation of color #B68FBA: hue angle of 294.42º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68FBA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182143186-
CMYK0.020.2300.27
HSL294.42º23.76%64.51%-
HSV(B)294.42º23.12%72.94%-
XYZ37.9833.1450.85-
YUV159.56142.92144-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=35.62%
G=27.98%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821431860.020.2300.27294.4223.7664.51
HexB68FBA21701B1261841
Octal26621727222703344630101
Binary1011011010001111101110101010111011011100100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FBA; }

 p { color: rgb(182,143,186); }

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

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

 a { background-color: rgb(182,143,186); }

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

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

 span { border-color: rgb(182,143,186); }

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