Html Css Color HEX #B68DAC London Hue

📋 copy color: '#B68DAC'

red 182 ◦ green 141 ◦ blue 172

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

Shades of London Hue #B68DAC

Tints of London Hue #B68DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.48%

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

R = 36.77%
G = 28.48%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B68DAC (or 0xB68DAC) is known color: London Hue. HEX triplet: B6, 8D and AC. RGB value is (182,141,172). Sum of RGB (Red+Green+Blue) = 182+141+172=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B68DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68DAC is #497253. Grayscale: #9C9C9C. Windows color (decimal): -4813396 or 11308470. OLE color: 11308470.

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

Color convert

RGB 182 141 172 -
CMYK 0 0.23 0.05 0.29
HSL 314.63º 0.22% 0.63% -
HSV(B) 314.63º 0.23% 0.71% -
XYZ 36.26 31.97 43.29 -
YUV 156.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 182 141 172 0 0.23 0.05 0.29 314.63 0.22 0.63
Hex B6 8D AC 0 17 5 1D 13B 16 3F
Octal 266 215 254 0 27 5 35 473 26 77
Binary 10110110 10001101 10101100 0 10111 101 11101 100111011 10110 111111

Color Harmonies of #B68DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DAC

Black with #B68DAC

Text Example


Text Example

White with #B68DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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