Html Css Color HEX #B689B0 London Hue

📋 copy color: '#B689B0'

red 182 ◦ green 137 ◦ blue 176

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

Shades of London Hue #B689B0

Tints of London Hue #B689B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 36.77%
G = 27.68%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B689B0 (or 0xB689B0) is known color: London Hue. HEX triplet: B6, 89 and B0. RGB value is (182,137,176). Sum of RGB (Red+Green+Blue) = 182+137+176=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B689B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B689B0 is #49764F. Grayscale: #9A9A9A. Windows color (decimal): -4814416 or 11569590. OLE color: 11569590.

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

Color convert

RGB 182 137 176 -
CMYK 0 0.25 0.03 0.29
HSL 308º 0.24% 0.63% -
HSV(B) 308º 0.25% 0.71% -
XYZ 36.07 30.97 45.15 -
YUV 154.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 182 137 176 0 0.25 0.03 0.29 308 0.24 0.63
Hex B6 89 B0 0 19 3 1D 134 18 3F
Octal 266 211 260 0 31 3 35 464 30 77
Binary 10110110 10001001 10110000 0 11001 11 11101 100110100 11000 111111

Color Harmonies of #B689B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689B0

Black with #B689B0

Text Example


Text Example

White with #B689B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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