Html Css Color HEX #B68AAC London Hue

📋 copy color: '#B68AAC'

red 182 ◦ green 138 ◦ blue 172

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

Shades of London Hue #B68AAC

Tints of London Hue #B68AAC

RGB

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

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

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

R = 36.99%
G = 28.05%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B68AAC (or 0xB68AAC) is known color: London Hue. HEX triplet: B6, 8A and AC. RGB value is (182,138,172). Sum of RGB (Red+Green+Blue) = 182+138+172=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAC is #497553. Grayscale: #9A9A9A. Windows color (decimal): -4814164 or 11307702. OLE color: 11307702.

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

Color convert

RGB 182 138 172 -
CMYK 0 0.24 0.05 0.29
HSL 313.64º 0.23% 0.63% -
HSV(B) 313.64º 0.24% 0.71% -
XYZ 35.83 31.1 43.14 -
YUV 155.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 182 138 172 0 0.24 0.05 0.29 313.64 0.23 0.63
Hex B6 8A AC 0 18 5 1D 13A 17 3F
Octal 266 212 254 0 30 5 35 472 27 77
Binary 10110110 10001010 10101100 0 11000 101 11101 100111010 10111 111111

Color Harmonies of #B68AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AAC

Black with #B68AAC

Text Example


Text Example

White with #B68AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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