Html Css Color HEX #B689BA London Hue

📋 copy color: '#B689BA'

red 182 ◦ green 137 ◦ blue 186

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

Shades of London Hue #B689BA

Tints of London Hue #B689BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.13%

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

R = 36.04%
G = 27.13%
B = 36.83%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B689BA (or 0xB689BA) is known color: London Hue. HEX triplet: B6, 89 and BA. RGB value is (182,137,186). Sum of RGB (Red+Green+Blue) = 182+137+186=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #B689BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689BA is #497645. Grayscale: #9B9B9B. Windows color (decimal): -4814406 or 12224950. OLE color: 12224950.

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

Color convert

RGB 182 137 186 -
CMYK 0.02 0.26 0 0.27
HSL 295.1º 0.26% 0.63% -
HSV(B) 295.1º 0.26% 0.73% -
XYZ 37.1 31.38 50.56 -
YUV 156.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 182 137 186 0.02 0.26 0 0.27 295.1 0.26 0.63
Hex B6 89 BA 2 1A 0 1B 127 1A 3F
Octal 266 211 272 2 32 0 33 447 32 77
Binary 10110110 10001001 10111010 10 11010 0 11011 100100111 11010 111111

Color Harmonies of #B689BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689BA

Black with #B689BA

Text Example


Text Example

White with #B689BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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