Html Css Color HEX #B689AA London Hue

📋 copy color: '#B689AA'

red 182 ◦ green 137 ◦ blue 170

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

Shades of London Hue #B689AA

Tints of London Hue #B689AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 37.22%
G = 28.02%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B689AA (or 0xB689AA) is known color: London Hue. HEX triplet: B6, 89 and AA. RGB value is (182,137,170). Sum of RGB (Red+Green+Blue) = 182+137+170=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AA is #497655. Grayscale: #9A9A9A. Windows color (decimal): -4814422 or 11176374. OLE color: 11176374.

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

Color convert

RGB 182 137 170 -
CMYK 0 0.25 0.07 0.29
HSL 316º 0.24% 0.63% -
HSV(B) 316º 0.25% 0.71% -
XYZ 35.49 30.74 42.09 -
YUV 154.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 182 137 170 0 0.25 0.07 0.29 316 0.24 0.63
Hex B6 89 AA 0 19 7 1D 13C 18 3F
Octal 266 211 252 0 31 7 35 474 30 77
Binary 10110110 10001001 10101010 0 11001 111 11101 100111100 11000 111111

Color Harmonies of #B689AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689AA

Black with #B689AA

Text Example


Text Example

White with #B689AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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