Html Css Color HEX #B68AAB London Hue

📋 copy color: '#B68AAB'

red 182 ◦ green 138 ◦ blue 171

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

Shades of London Hue #B68AAB

Tints of London Hue #B68AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.11%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 37.07%
G = 28.11%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B68AAB (or 0xB68AAB) is known color: London Hue. HEX triplet: B6, 8A and AB. RGB value is (182,138,171). Sum of RGB (Red+Green+Blue) = 182+138+171=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAB is #497554. Grayscale: #9A9A9A. Windows color (decimal): -4814165 or 11242166. OLE color: 11242166.

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

Color convert

RGB 182 138 171 -
CMYK 0 0.24 0.06 0.29
HSL 315º 0.23% 0.63% -
HSV(B) 315º 0.24% 0.71% -
XYZ 35.73 31.06 42.64 -
YUV 154.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 182 138 171 0 0.24 0.06 0.29 315 0.23 0.63
Hex B6 8A AB 0 18 6 1D 13B 17 3F
Octal 266 212 253 0 30 6 35 473 27 77
Binary 10110110 10001010 10101011 0 11000 110 11101 100111011 10111 111111

Color Harmonies of #B68AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AAB

Black with #B68AAB

Text Example


Text Example

White with #B68AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AAB; }

 p { color: rgb(182,138,171); }

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

background-color css

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

 a { background-color: rgb(182,138,171); }

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

border-color css

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

 span { border-color: rgb(182,138,171); }

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