Html Css Color HEX #B685AD London Hue

📋 copy color: '#B685AD'

red 182 ◦ green 133 ◦ blue 173

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

Shades of London Hue #B685AD

Tints of London Hue #B685AD

RGB

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

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

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

R = 37.3%
G = 27.25%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B685AD (or 0xB685AD) is known color: London Hue. HEX triplet: B6, 85 and AD. RGB value is (182,133,173). Sum of RGB (Red+Green+Blue) = 182+133+173=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AD is #497A52. Grayscale: #989898. Windows color (decimal): -4815443 or 11371958. OLE color: 11371958.

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

Color convert

RGB 182 133 173 -
CMYK 0 0.27 0.05 0.29
HSL 311.02º 0.25% 0.62% -
HSV(B) 311.02º 0.27% 0.71% -
XYZ 35.22 29.74 43.42 -
YUV 152.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 182 133 173 0 0.27 0.05 0.29 311.02 0.25 0.62
Hex B6 85 AD 0 1B 5 1D 137 19 3E
Octal 266 205 255 0 33 5 35 467 31 76
Binary 10110110 10000101 10101101 0 11011 101 11101 100110111 11001 111110

Color Harmonies of #B685AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685AD

Black with #B685AD

Text Example


Text Example

White with #B685AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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