Html Css Color HEX #B985B2 London Hue

📋 copy color: '#B985B2'

red 185 ◦ green 133 ◦ blue 178

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

Shades of London Hue #B985B2

Tints of London Hue #B985B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 37.3%
G = 26.81%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B985B2 (or 0xB985B2) is known color: London Hue. HEX triplet: B9, 85 and B2. RGB value is (185,133,178). Sum of RGB (Red+Green+Blue) = 185+133+178=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B985B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B985B2 is #467A4D. Grayscale: #999999. Windows color (decimal): -4618830 or 11699641. OLE color: 11699641.

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

Color convert

RGB 185 133 178 -
CMYK 0 0.28 0.04 0.27
HSL 308.08º 0.27% 0.62% -
HSV(B) 308.08º 0.28% 0.73% -
XYZ 36.43 30.3 46.05 -
YUV 153.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 185 133 178 0 0.28 0.04 0.27 308.08 0.27 0.62
Hex B9 85 B2 0 1C 4 1B 134 1B 3E
Octal 271 205 262 0 34 4 33 464 33 76
Binary 10111001 10000101 10110010 0 11100 100 11011 100110100 11011 111110

Color Harmonies of #B985B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985B2

Black with #B985B2

Text Example


Text Example

White with #B985B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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