Html Css Color HEX #B689AC London Hue

📋 copy color: '#B689AC'

red 182 ◦ green 137 ◦ blue 172

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

Shades of London Hue #B689AC

Tints of London Hue #B689AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 37.07%
G = 27.9%
B = 35.03%

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

#B689AC (or 0xB689AC) is known color: London Hue. HEX triplet: B6, 89 and AC. RGB value is (182,137,172). Sum of RGB (Red+Green+Blue) = 182+137+172=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B689AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689AC is #497653. Grayscale: #9A9A9A. Windows color (decimal): -4814420 or 11307446. OLE color: 11307446.

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

Color convert

RGB 182 137 172 -
CMYK 0 0.25 0.05 0.29
HSL 313.33º 0.24% 0.63% -
HSV(B) 313.33º 0.25% 0.71% -
XYZ 35.68 30.81 43.1 -
YUV 154.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 182 137 172 0 0.25 0.05 0.29 313.33 0.24 0.63
Hex B6 89 AC 0 19 5 1D 139 18 3F
Octal 266 211 254 0 31 5 35 471 30 77
Binary 10110110 10001001 10101100 0 11001 101 11101 100111001 11000 111111

Color Harmonies of #B689AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689AC

Black with #B689AC

Text Example


Text Example

White with #B689AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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