Html Css Color HEX #B685B9 London Hue

📋 copy color: '#B685B9'

red 182 ◦ green 133 ◦ blue 185

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

Shades of London Hue #B685B9

Tints of London Hue #B685B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37%

R = 36.4%
G = 26.6%
B = 37%

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

#B685B9 (or 0xB685B9) is known color: London Hue. HEX triplet: B6, 85 and B9. RGB value is (182,133,185). Sum of RGB (Red+Green+Blue) = 182+133+185=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 185 - color contains mainly: blue. Hex color #B685B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685B9 is #497A46. Grayscale: #999999. Windows color (decimal): -4815431 or 12158390. OLE color: 12158390.

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

Color convert

RGB 182 133 185 -
CMYK 0.02 0.28 0 0.27
HSL 296.54º 0.27% 0.62% -
HSV(B) 296.54º 0.28% 0.73% -
XYZ 36.44 30.22 49.81 -
YUV 153.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 182 133 185 0.02 0.28 0 0.27 296.54 0.27 0.62
Hex B6 85 B9 2 1C 0 1B 129 1B 3E
Octal 266 205 271 2 34 0 33 451 33 76
Binary 10110110 10000101 10111001 10 11100 0 11011 100101001 11011 111110

Color Harmonies of #B685B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685B9

Black with #B685B9

Text Example


Text Example

White with #B685B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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