Html Css Color HEX #B691BA London Hue

📋 copy color: '#B691BA'

red 182 ◦ green 145 ◦ blue 186

#B691BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B691BA

Tints of London Hue #B691BA

RGB

 RED value IS 182 (71.48% from 255) = 35.48%

 GREEN value IS 145 (57.03% from 255) = 28.27%

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 35.48%
G = 28.27%
B = 36.26%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B691BA (or 0xB691BA) is known color: London Hue. HEX triplet: B6, 91 and BA. RGB value is (182,145,186). Sum of RGB (Red+Green+Blue) = 182+145+186=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B691BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B691BA is #496E45. Grayscale: #A0A0A0. Windows color (decimal): -4812358 or 12226998. OLE color: 12226998.

HSL color Cylindrical-coordinate representation of color #B691BA: hue angle of 294.15º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B691BA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 145 186 -
CMYK 0.02 0.22 0 0.27
HSL 294.15º 0.23% 0.65% -
HSV(B) 294.15º 0.22% 0.73% -
XYZ 38.28 33.74 50.95 -
YUV 160.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 182 145 186 0.02 0.22 0 0.27 294.15 0.23 0.65
Hex B6 91 BA 2 16 0 1B 126 17 41
Octal 266 221 272 2 26 0 33 446 27 101
Binary 10110110 10010001 10111010 10 10110 0 11011 100100110 10111 1000001

Color Harmonies of #B691BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B691BA

Black with #B691BA

Text Example


Text Example

White with #B691BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B691BA; }

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

 H1.HeaderClassName
 {
   color: #B691BA;
 }
 .AnyTagClassName
 {
   color: #B691BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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