Html Css Color HEX #B685BA London Hue

📋 copy color: '#B685BA'

red 182 ◦ green 133 ◦ blue 186

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

Shades of London Hue #B685BA

Tints of London Hue #B685BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 36.33%
G = 26.55%
B = 37.13%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B685BA (or 0xB685BA) is known color: London Hue. HEX triplet: B6, 85 and BA. RGB value is (182,133,186). Sum of RGB (Red+Green+Blue) = 182+133+186=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B685BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685BA is #497A45. Grayscale: #999999. Windows color (decimal): -4815430 or 12223926. OLE color: 12223926.

HSL color Cylindrical-coordinate representation of color #B685BA: hue angle of 295.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B685BA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 133 186 -
CMYK 0.02 0.28 0 0.27
HSL 295.47º 0.28% 0.63% -
HSV(B) 295.47º 0.28% 0.73% -
XYZ 36.54 30.27 50.37 -
YUV 153.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 182 133 186 0.02 0.28 0 0.27 295.47 0.28 0.63
Hex B6 85 BA 2 1C 0 1B 127 1C 3F
Octal 266 205 272 2 34 0 33 447 34 77
Binary 10110110 10000101 10111010 10 11100 0 11011 100100111 11100 111111

Color Harmonies of #B685BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685BA

Black with #B685BA

Text Example


Text Example

White with #B685BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685BA; }

 p { color: rgb(182,133,186); }

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

background-color css

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

 a { background-color: rgb(182,133,186); }

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

border-color css

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

 span { border-color: rgb(182,133,186); }

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