Html Css Color HEX #B689AB London Hue

📋 copy color: '#B689AB'

red 182 ◦ green 137 ◦ blue 171

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

Shades of London Hue #B689AB

Tints of London Hue #B689AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 37.14%
G = 27.96%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B689AB (or 0xB689AB) is known color: London Hue. HEX triplet: B6, 89 and AB. RGB value is (182,137,171). Sum of RGB (Red+Green+Blue) = 182+137+171=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AB is #497654. Grayscale: #9A9A9A. Windows color (decimal): -4814421 or 11241910. OLE color: 11241910.

HSL color Cylindrical-coordinate representation of color #B689AB: hue angle of 314.67º 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 #B689AB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 137 171 -
CMYK 0 0.25 0.06 0.29
HSL 314.67º 0.24% 0.63% -
HSV(B) 314.67º 0.25% 0.71% -
XYZ 35.59 30.78 42.59 -
YUV 154.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 182 137 171 0 0.25 0.06 0.29 314.67 0.24 0.63
Hex B6 89 AB 0 19 6 1D 13B 18 3F
Octal 266 211 253 0 31 6 35 473 30 77
Binary 10110110 10001001 10101011 0 11001 110 11101 100111011 11000 111111

Color Harmonies of #B689AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689AB

Black with #B689AB

Text Example


Text Example

White with #B689AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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