#B68BAE

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

Shades of London Hue #B68BAE

Tints of London Hue #B68BAE

Color information

#B68BAE (or 0xB68BAE) is unknown color: approx London Hue. HEX triplet: B6, 8B and AE. RGB value is (182,139,174). Sum of RGB (Red+Green+Blue) = 182+139+174=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BAE is #497451. Grayscale: #9B9B9B. Windows color (decimal): -4813906 or 11439030. OLE color: 11439030.

HSL color Cylindrical-coordinate representation of color #B68BAE: hue angle of 311.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68BAE is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182139174-
CMYK00.240.040.29
HSL311.16º22.75%62.94%-
HSV(B)311.16º23.63%71.37%-
XYZ36.1631.4744.21-
YUV155.85138.25146.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=36.77%
G=28.08%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213917400.240.040.29311.1622.7562.94
HexB68BAE01841D137173f
Octal2662132560304354672777
Binary1011011010001011101011100110001001110110011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BAE; }

 p { color: rgb(182,139,174); }

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

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

 a { background-color: rgb(182,139,174); }

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

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

 span { border-color: rgb(182,139,174); }

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