Html Css Color HEX #B68FAD London Hue

📋 copy color: '#B68FAD'

red 182 ◦ green 143 ◦ blue 173

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

Shades of London Hue #B68FAD

Tints of London Hue #B68FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 36.55%
G = 28.71%
B = 34.74%

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

#B68FAD (or 0xB68FAD) is known color: London Hue. HEX triplet: B6, 8F and AD. RGB value is (182,143,173). Sum of RGB (Red+Green+Blue) = 182+143+173=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAD is #497052. Grayscale: #9E9E9E. Windows color (decimal): -4812883 or 11374518. OLE color: 11374518.

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

Color convert

RGB 182 143 173 -
CMYK 0 0.21 0.05 0.29
HSL 313.85º 0.21% 0.64% -
HSV(B) 313.85º 0.21% 0.71% -
XYZ 36.66 32.61 43.9 -
YUV 158.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 182 143 173 0 0.21 0.05 0.29 313.85 0.21 0.64
Hex B6 8F AD 0 15 5 1D 13A 15 40
Octal 266 217 255 0 25 5 35 472 25 100
Binary 10110110 10001111 10101101 0 10101 101 11101 100111010 10101 1000000

Color Harmonies of #B68FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FAD

Black with #B68FAD

Text Example


Text Example

White with #B68FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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