Html Css Color HEX #B68EAC London Hue

📋 copy color: '#B68EAC'

red 182 ◦ green 142 ◦ blue 172

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

Shades of London Hue #B68EAC

Tints of London Hue #B68EAC

RGB

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

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

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

R = 36.69%
G = 28.63%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B68EAC (or 0xB68EAC) is known color: London Hue. HEX triplet: B6, 8E and AC. RGB value is (182,142,172). Sum of RGB (Red+Green+Blue) = 182+142+172=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EAC is #497153. Grayscale: #9D9D9D. Windows color (decimal): -4813140 or 11308726. OLE color: 11308726.

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

Color convert

RGB 182 142 172 -
CMYK 0 0.22 0.05 0.29
HSL 315º 0.22% 0.64% -
HSV(B) 315º 0.22% 0.71% -
XYZ 36.41 32.27 43.34 -
YUV 157.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 182 142 172 0 0.22 0.05 0.29 315 0.22 0.64
Hex B6 8E AC 0 16 5 1D 13B 16 40
Octal 266 216 254 0 26 5 35 473 26 100
Binary 10110110 10001110 10101100 0 10110 101 11101 100111011 10110 1000000

Color Harmonies of #B68EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EAC

Black with #B68EAC

Text Example


Text Example

White with #B68EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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