Html Css Color HEX #B68BA9 London Hue

📋 copy color: '#B68BA9'

red 182 ◦ green 139 ◦ blue 169

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

Shades of London Hue #B68BA9

Tints of London Hue #B68BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 169 (66.41% from 255) = 34.49%

R = 37.14%
G = 28.37%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B68BA9 (or 0xB68BA9) is known color: London Hue. HEX triplet: B6, 8B and A9. RGB value is (182,139,169). Sum of RGB (Red+Green+Blue) = 182+139+169=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B68BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68BA9 is #497456. Grayscale: #9B9B9B. Windows color (decimal): -4813911 or 11111350. OLE color: 11111350.

HSL color Cylindrical-coordinate representation of color #B68BA9: hue angle of 318.14º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B68BA9 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 139 169 -
CMYK 0 0.24 0.07 0.29
HSL 318.14º 0.23% 0.63% -
HSV(B) 318.14º 0.24% 0.71% -
XYZ 35.69 31.27 41.69 -
YUV 155.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 182 139 169 0 0.24 0.07 0.29 318.14 0.23 0.63
Hex B6 8B A9 0 18 7 1D 13E 17 3F
Octal 266 213 251 0 30 7 35 476 27 77
Binary 10110110 10001011 10101001 0 11000 111 11101 100111110 10111 111111

Color Harmonies of #B68BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BA9

Black with #B68BA9

Text Example


Text Example

White with #B68BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BA9; }

 p { color: rgb(182,139,169); }

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

background-color css

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

 a { background-color: rgb(182,139,169); }

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

border-color css

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

 span { border-color: rgb(182,139,169); }

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