Html Css Color HEX #B985BB London Hue

📋 copy color: '#B985BB'

red 185 ◦ green 133 ◦ blue 187

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

Shades of London Hue #B985BB

Tints of London Hue #B985BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 36.63%
G = 26.34%
B = 37.03%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B985BB (or 0xB985BB) is known color: London Hue. HEX triplet: B9, 85 and BB. RGB value is (185,133,187). Sum of RGB (Red+Green+Blue) = 185+133+187=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B985BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985BB is #467A44. Grayscale: #9A9A9A. Windows color (decimal): -4618821 or 12289465. OLE color: 12289465.

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

Color convert

RGB 185 133 187 -
CMYK 0.01 0.29 0 0.27
HSL 297.78º 0.28% 0.63% -
HSV(B) 297.78º 0.29% 0.73% -
XYZ 37.36 30.68 50.97 -
YUV 154.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 185 133 187 0.01 0.29 0 0.27 297.78 0.28 0.63
Hex B9 85 BB 1 1D 0 1B 12A 1C 3F
Octal 271 205 273 1 35 0 33 452 34 77
Binary 10111001 10000101 10111011 1 11101 0 11011 100101010 11100 111111

Color Harmonies of #B985BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985BB

Black with #B985BB

Text Example


Text Example

White with #B985BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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