Html Css Color HEX #B68CAC London Hue

📋 copy color: '#B68CAC'

red 182 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B68CAC

Tints of London Hue #B68CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 36.84%
G = 28.34%
B = 34.82%

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

#B68CAC (or 0xB68CAC) is known color: London Hue. HEX triplet: B6, 8C and AC. RGB value is (182,140,172). Sum of RGB (Red+Green+Blue) = 182+140+172=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CAC is #497353. Grayscale: #9C9C9C. Windows color (decimal): -4813652 or 11308214. OLE color: 11308214.

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

Color convert

RGB 182 140 172 -
CMYK 0 0.23 0.05 0.29
HSL 314.29º 0.22% 0.63% -
HSV(B) 314.29º 0.23% 0.71% -
XYZ 36.12 31.68 43.24 -
YUV 156.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 182 140 172 0 0.23 0.05 0.29 314.29 0.22 0.63
Hex B6 8C AC 0 17 5 1D 13A 16 3F
Octal 266 214 254 0 27 5 35 472 26 77
Binary 10110110 10001100 10101100 0 10111 101 11101 100111010 10110 111111

Color Harmonies of #B68CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CAC

Black with #B68CAC

Text Example


Text Example

White with #B68CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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