#B69CB4

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

Shades of London Hue #B69CB4

Tints of London Hue #B69CB4

Color information

#B69CB4 (or 0xB69CB4) is unknown color: approx London Hue. HEX triplet: B6, 9C and B4. RGB value is (182,156,180). Sum of RGB (Red+Green+Blue) = 182+156+180=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B69CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CB4 is #49634B. Grayscale: #A6A6A6. Windows color (decimal): -4809548 or 11836598. OLE color: 11836598.

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

Color convert

RGB182156180-
CMYK00.140.010.29
HSL304.62º15.12%66.27%-
HSV(B)304.62º14.29%71.37%-
XYZ39.4237.0248.25-
YUV166.51135.61139.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 180 (70.70% from 255) = 34.75%
R=35.14%
G=30.12%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215618000.140.010.29304.6215.1266.27
HexB69CB40E11D131f42
Octal26623426401613546117102
Binary1011011010011100101101000111011110110011000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CB4; }

 p { color: rgb(182,156,180); }

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

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

 a { background-color: rgb(182,156,180); }

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

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

 span { border-color: rgb(182,156,180); }

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