Html Css Color HEX #B985BC London Hue

📋 copy color: '#B985BC'

red 185 ◦ green 133 ◦ blue 188

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

Shades of London Hue #B985BC

Tints of London Hue #B985BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 36.56%
G = 26.28%
B = 37.15%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B985BC (or 0xB985BC) is known color: London Hue. HEX triplet: B9, 85 and BC. RGB value is (185,133,188). Sum of RGB (Red+Green+Blue) = 185+133+188=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #B985BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985BC is #467A43. Grayscale: #9A9A9A. Windows color (decimal): -4618820 or 12355001. OLE color: 12355001.

HSL color Cylindrical-coordinate representation of color #B985BC: hue angle of 296.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B985BC is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 133 188 -
CMYK 0.02 0.29 0 0.26
HSL 296.73º 0.29% 0.63% -
HSV(B) 296.73º 0.29% 0.74% -
XYZ 37.47 30.72 51.53 -
YUV 154.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 185 133 188 0.02 0.29 0 0.26 296.73 0.29 0.63
Hex B9 85 BC 2 1D 0 1A 129 1D 3F
Octal 271 205 274 2 35 0 32 451 35 77
Binary 10111001 10000101 10111100 10 11101 0 11010 100101001 11101 111111

Color Harmonies of #B985BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985BC

Black with #B985BC

Text Example


Text Example

White with #B985BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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