Html Css Color HEX #B981BC London Hue

📋 copy color: '#B981BC'

red 185 ◦ green 129 ◦ blue 188

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

Shades of London Hue #B981BC

Tints of London Hue #B981BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.7%

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

R = 36.85%
G = 25.7%
B = 37.45%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B981BC (or 0xB981BC) is known color: London Hue. HEX triplet: B9, 81 and BC. RGB value is (185,129,188). Sum of RGB (Red+Green+Blue) = 185+129+188=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #B981BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981BC is #467E43. Grayscale: #989898. Windows color (decimal): -4619844 or 12353977. OLE color: 12353977.

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

Color convert

RGB 185 129 188 -
CMYK 0.02 0.31 0 0.26
HSL 296.95º 0.31% 0.62% -
HSV(B) 296.95º 0.31% 0.74% -
XYZ 36.93 29.65 51.35 -
YUV 152.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 185 129 188 0.02 0.31 0 0.26 296.95 0.31 0.62
Hex B9 81 BC 2 1F 0 1A 129 1F 3E
Octal 271 201 274 2 37 0 32 451 37 76
Binary 10111001 10000001 10111100 10 11111 0 11010 100101001 11111 111110

Color Harmonies of #B981BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981BC

Black with #B981BC

Text Example


Text Example

White with #B981BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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