#B690B3

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

Shades of London Hue #B690B3

Tints of London Hue #B690B3

Color information

#B690B3 (or 0xB690B3) is unknown color: approx London Hue. HEX triplet: B6, 90 and B3. RGB value is (182,144,179). Sum of RGB (Red+Green+Blue) = 182+144+179=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B690B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690B3 is #496F4C. Grayscale: #9F9F9F. Windows color (decimal): -4812621 or 11767990. OLE color: 11767990.

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

Color convert

RGB182144179-
CMYK00.210.020.29
HSL304.74º20.65%63.92%-
HSV(B)304.74º20.88%71.37%-
XYZ37.433.1547.07-
YUV159.35139.09144.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=36.04%
G=28.51%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214417900.210.020.29304.7420.6563.92
HexB690B301521D1311540
Octal26622026302523546125100
Binary1011011010010000101100110101011011101100110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690B3; }

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

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

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

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

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

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

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

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