Html Css Color HEX #B68FAC London Hue

📋 copy color: '#B68FAC'

red 182 ◦ green 143 ◦ blue 172

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

Shades of London Hue #B68FAC

Tints of London Hue #B68FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

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

R = 36.62%
G = 28.77%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B68FAC (or 0xB68FAC) is known color: London Hue. HEX triplet: B6, 8F and AC. RGB value is (182,143,172). Sum of RGB (Red+Green+Blue) = 182+143+172=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAC is #497053. Grayscale: #9D9D9D. Windows color (decimal): -4812884 or 11308982. OLE color: 11308982.

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

Color convert

RGB 182 143 172 -
CMYK 0 0.21 0.05 0.29
HSL 315.38º 0.21% 0.64% -
HSV(B) 315.38º 0.21% 0.71% -
XYZ 36.56 32.57 43.39 -
YUV 157.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 182 143 172 0 0.21 0.05 0.29 315.38 0.21 0.64
Hex B6 8F AC 0 15 5 1D 13B 15 40
Octal 266 217 254 0 25 5 35 473 25 100
Binary 10110110 10001111 10101100 0 10101 101 11101 100111011 10101 1000000

Color Harmonies of #B68FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FAC

Black with #B68FAC

Text Example


Text Example

White with #B68FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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