Html Css Color HEX #B985BA London Hue

📋 copy color: '#B985BA'

red 185 ◦ green 133 ◦ blue 186

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

Shades of London Hue #B985BA

Tints of London Hue #B985BA

RGB

 RED value IS 185 (72.66% from 255) = 36.71%

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

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

R = 36.71%
G = 26.39%
B = 36.9%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B985BA (or 0xB985BA) is known color: London Hue. HEX triplet: B9, 85 and BA. RGB value is (185,133,186). Sum of RGB (Red+Green+Blue) = 185+133+186=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B985BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985BA is #467A45. Grayscale: #9A9A9A. Windows color (decimal): -4618822 or 12223929. OLE color: 12223929.

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

Color convert

RGB 185 133 186 -
CMYK 0.01 0.28 0 0.27
HSL 298.87º 0.28% 0.63% -
HSV(B) 298.87º 0.28% 0.73% -
XYZ 37.26 30.63 50.4 -
YUV 154.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 185 133 186 0.01 0.28 0 0.27 298.87 0.28 0.63
Hex B9 85 BA 1 1C 0 1B 12B 1C 3F
Octal 271 205 272 1 34 0 33 453 34 77
Binary 10111001 10000101 10111010 1 11100 0 11011 100101011 11100 111111

Color Harmonies of #B985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985BA

Black with #B985BA

Text Example


Text Example

White with #B985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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