Html Css Color HEX #B689AF London Hue

📋 copy color: '#B689AF'

red 182 ◦ green 137 ◦ blue 175

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

Shades of London Hue #B689AF

Tints of London Hue #B689AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 36.84%
G = 27.73%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B689AF (or 0xB689AF) is known color: London Hue. HEX triplet: B6, 89 and AF. RGB value is (182,137,175). Sum of RGB (Red+Green+Blue) = 182+137+175=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AF is #497650. Grayscale: #9A9A9A. Windows color (decimal): -4814417 or 11504054. OLE color: 11504054.

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

Color convert

RGB 182 137 175 -
CMYK 0 0.25 0.04 0.29
HSL 309.33º 0.24% 0.63% -
HSV(B) 309.33º 0.25% 0.71% -
XYZ 35.97 30.93 44.63 -
YUV 154.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 182 137 175 0 0.25 0.04 0.29 309.33 0.24 0.63
Hex B6 89 AF 0 19 4 1D 135 18 3F
Octal 266 211 257 0 31 4 35 465 30 77
Binary 10110110 10001001 10101111 0 11001 100 11101 100110101 11000 111111

Color Harmonies of #B689AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689AF

Black with #B689AF

Text Example


Text Example

White with #B689AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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