Html Css Color HEX #B685AC London Hue

📋 copy color: '#B685AC'

red 182 ◦ green 133 ◦ blue 172

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

Shades of London Hue #B685AC

Tints of London Hue #B685AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 37.37%
G = 27.31%
B = 35.32%

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

#B685AC (or 0xB685AC) is known color: London Hue. HEX triplet: B6, 85 and AC. RGB value is (182,133,172). Sum of RGB (Red+Green+Blue) = 182+133+172=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AC is #497A53. Grayscale: #979797. Windows color (decimal): -4815444 or 11306422. OLE color: 11306422.

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

Color convert

RGB 182 133 172 -
CMYK 0 0.27 0.05 0.29
HSL 312.24º 0.25% 0.62% -
HSV(B) 312.24º 0.27% 0.71% -
XYZ 35.13 29.7 42.91 -
YUV 152.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 182 133 172 0 0.27 0.05 0.29 312.24 0.25 0.62
Hex B6 85 AC 0 1B 5 1D 138 19 3E
Octal 266 205 254 0 33 5 35 470 31 76
Binary 10110110 10000101 10101100 0 11011 101 11101 100111000 11001 111110

Color Harmonies of #B685AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685AC

Black with #B685AC

Text Example


Text Example

White with #B685AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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