#B69FB3

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

Shades of London Hue #B69FB3

Tints of London Hue #B69FB3

Color information

#B69FB3 (or 0xB69FB3) is unknown color: approx London Hue. HEX triplet: B6, 9F and B3. RGB value is (182,159,179). Sum of RGB (Red+Green+Blue) = 182+159+179=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 182 - color contains mainly: red. Hex color #B69FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FB3 is #49604C. Grayscale: #A8A8A8. Windows color (decimal): -4808781 or 11771830. OLE color: 11771830.

HSL color Cylindrical-coordinate representation of color #B69FB3: hue angle of 307.83º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B69FB3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182159179-
CMYK00.130.020.29
HSL307.83º13.61%66.86%-
HSV(B)307.83º12.64%71.37%-
XYZ39.833847.88-
YUV168.16134.12137.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=35%
G=30.58%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215917900.130.020.29307.8313.6166.86
HexB69FB30D21D134e43
Octal26623726301523546416103
Binary10110110100111111011001101101101110110011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FB3; }

 p { color: rgb(182,159,179); }

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

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

 a { background-color: rgb(182,159,179); }

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

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

 span { border-color: rgb(182,159,179); }

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