#B691B3

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

Shades of London Hue #B691B3

Tints of London Hue #B691B3

Color information

#B691B3 (or 0xB691B3) is unknown color: approx London Hue. HEX triplet: B6, 91 and B3. RGB value is (182,145,179). Sum of RGB (Red+Green+Blue) = 182+145+179=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B691B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691B3 is #496E4C. Grayscale: #9F9F9F. Windows color (decimal): -4812365 or 11768246. OLE color: 11768246.

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

Color convert

RGB182145179-
CMYK00.200.020.29
HSL304.86º20.22%64.12%-
HSV(B)304.86º20.33%71.37%-
XYZ37.5533.4547.13-
YUV159.94138.76143.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 179 (70.31% from 255) = 35.38%
R=35.97%
G=28.66%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214517900.200.020.29304.8620.2264.12
HexB691B301421D1311440
Octal26622126302423546124100
Binary1011011010010001101100110101001011101100110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691B3; }

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

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

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

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

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

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

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

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