Html Css Color HEX #B684BA London Hue

📋 copy color: '#B684BA'

red 182 ◦ green 132 ◦ blue 186

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

Shades of London Hue #B684BA

Tints of London Hue #B684BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 36.4%
G = 26.4%
B = 37.2%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B684BA (or 0xB684BA) is known color: London Hue. HEX triplet: B6, 84 and BA. RGB value is (182,132,186). Sum of RGB (Red+Green+Blue) = 182+132+186=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #B684BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684BA is #497B45. Grayscale: #989898. Windows color (decimal): -4815686 or 12223670. OLE color: 12223670.

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

Color convert

RGB 182 132 186 -
CMYK 0.02 0.29 0 0.27
HSL 295.56º 0.28% 0.62% -
HSV(B) 295.56º 0.29% 0.73% -
XYZ 36.41 29.99 50.32 -
YUV 153.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 182 132 186 0.02 0.29 0 0.27 295.56 0.28 0.62
Hex B6 84 BA 2 1D 0 1B 128 1C 3E
Octal 266 204 272 2 35 0 33 450 34 76
Binary 10110110 10000100 10111010 10 11101 0 11011 100101000 11100 111110

Color Harmonies of #B684BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B684BA

Black with #B684BA

Text Example


Text Example

White with #B684BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B684BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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