#B68FB8

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

Shades of London Hue #B68FB8

Tints of London Hue #B68FB8

Color information

#B68FB8 (or 0xB68FB8) is unknown color: approx London Hue. HEX triplet: B6, 8F and B8. RGB value is (182,143,184). Sum of RGB (Red+Green+Blue) = 182+143+184=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 184 - color contains mainly: blue. Hex color #B68FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FB8 is #497047. Grayscale: #9F9F9F. Windows color (decimal): -4812872 or 12095414. OLE color: 12095414.

HSL color Cylindrical-coordinate representation of color #B68FB8: hue angle of 297.07º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B68FB8 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB182143184-
CMYK0.010.2200.28
HSL297.07º22.4%64.12%-
HSV(B)297.07º22.28%72.16%-
XYZ37.7733.0549.74-
YUV159.33141.92144.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 184 (72.27% from 255) = 36.15%
R=35.76%
G=28.09%
B=36.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821431840.010.2200.28297.0722.464.12
HexB68FB811601C1291640
Octal26621727012603445126100
Binary101101101000111110111000110110011100100101001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FB8; }

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

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

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

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

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

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

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

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