Html Css Color HEX #B68EAA London Hue

📋 copy color: '#B68EAA'

red 182 ◦ green 142 ◦ blue 170

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

Shades of London Hue #B68EAA

Tints of London Hue #B68EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.74%

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 36.84%
G = 28.74%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B68EAA (or 0xB68EAA) is known color: London Hue. HEX triplet: B6, 8E and AA. RGB value is (182,142,170). Sum of RGB (Red+Green+Blue) = 182+142+170=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EAA is #497155. Grayscale: #9D9D9D. Windows color (decimal): -4813142 or 11177654. OLE color: 11177654.

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

Color convert

RGB 182 142 170 -
CMYK 0 0.22 0.07 0.29
HSL 318º 0.22% 0.64% -
HSV(B) 318º 0.22% 0.71% -
XYZ 36.22 32.19 42.34 -
YUV 157.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 182 142 170 0 0.22 0.07 0.29 318 0.22 0.64
Hex B6 8E AA 0 16 7 1D 13E 16 40
Octal 266 216 252 0 26 7 35 476 26 100
Binary 10110110 10001110 10101010 0 10110 111 11101 100111110 10110 1000000

Color Harmonies of #B68EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EAA

Black with #B68EAA

Text Example


Text Example

White with #B68EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EAA; }

 p { color: rgb(182,142,170); }

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

background-color css

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

 a { background-color: rgb(182,142,170); }

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

border-color css

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

 span { border-color: rgb(182,142,170); }

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