Html Css Color HEX #B985B8 London Hue

📋 copy color: '#B985B8'

red 185 ◦ green 133 ◦ blue 184

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

Shades of London Hue #B985B8

Tints of London Hue #B985B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.65%

R = 36.85%
G = 26.49%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B985B8 (or 0xB985B8) is known color: London Hue. HEX triplet: B9, 85 and B8. RGB value is (185,133,184). Sum of RGB (Red+Green+Blue) = 185+133+184=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B985B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985B8 is #467A47. Grayscale: #9A9A9A. Windows color (decimal): -4618824 or 12092857. OLE color: 12092857.

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

Color convert

RGB 185 133 184 -
CMYK 0 0.28 0.01 0.27
HSL 301.15º 0.27% 0.62% -
HSV(B) 301.15º 0.28% 0.73% -
XYZ 37.05 30.55 49.29 -
YUV 154.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 185 133 184 0 0.28 0.01 0.27 301.15 0.27 0.62
Hex B9 85 B8 0 1C 1 1B 12D 1B 3E
Octal 271 205 270 0 34 1 33 455 33 76
Binary 10111001 10000101 10111000 0 11100 1 11011 100101101 11011 111110

Color Harmonies of #B985B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985B8

Black with #B985B8

Text Example


Text Example

White with #B985B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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