#B69BB5

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

Shades of London Hue #B69BB5

Tints of London Hue #B69BB5

Color information

#B69BB5 (or 0xB69BB5) is unknown color: approx London Hue. HEX triplet: B6, 9B and B5. RGB value is (182,155,181). Sum of RGB (Red+Green+Blue) = 182+155+181=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B69BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BB5 is #49644A. Grayscale: #A5A5A5. Windows color (decimal): -4809803 or 11901878. OLE color: 11901878.

HSL color Cylindrical-coordinate representation of color #B69BB5: hue angle of 302.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69BB5 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB182155181-
CMYK00.150.010.29
HSL302.22º15.61%66.08%-
HSV(B)302.22º14.84%71.37%-
XYZ39.3536.7248.73-
YUV166.04136.45139.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=35.14%
G=29.92%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215518100.150.010.29302.2215.6166.08
HexB69BB50F11D12e1042
Octal26623326501713545620102
Binary10110110100110111011010101111111101100101110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69BB5; }

 p { color: rgb(182,155,181); }

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

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

 a { background-color: rgb(182,155,181); }

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

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

 span { border-color: rgb(182,155,181); }

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