Html Css Color HEX #B689AD London Hue

📋 copy color: '#B689AD'

red 182 ◦ green 137 ◦ blue 173

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

Shades of London Hue #B689AD

Tints of London Hue #B689AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 36.99%
G = 27.85%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B689AD (or 0xB689AD) is known color: London Hue. HEX triplet: B6, 89 and AD. RGB value is (182,137,173). Sum of RGB (Red+Green+Blue) = 182+137+173=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AD is #497652. Grayscale: #9A9A9A. Windows color (decimal): -4814419 or 11372982. OLE color: 11372982.

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

Color convert

RGB 182 137 173 -
CMYK 0 0.25 0.05 0.29
HSL 312º 0.24% 0.63% -
HSV(B) 312º 0.25% 0.71% -
XYZ 35.78 30.85 43.6 -
YUV 154.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 182 137 173 0 0.25 0.05 0.29 312 0.24 0.63
Hex B6 89 AD 0 19 5 1D 138 18 3F
Octal 266 211 255 0 31 5 35 470 30 77
Binary 10110110 10001001 10101101 0 11001 101 11101 100111000 11000 111111

Color Harmonies of #B689AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689AD

Black with #B689AD

Text Example


Text Example

White with #B689AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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