Html Css Color HEX #B980BC London Hue

📋 copy color: '#B980BC'

red 185 ◦ green 128 ◦ blue 188

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

Shades of London Hue #B980BC

Tints of London Hue #B980BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 36.93%
G = 25.55%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B980BC (or 0xB980BC) is known color: London Hue. HEX triplet: B9, 80 and BC. RGB value is (185,128,188). Sum of RGB (Red+Green+Blue) = 185+128+188=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B980BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980BC is #467F43. Grayscale: #979797. Windows color (decimal): -4620100 or 12353721. OLE color: 12353721.

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

Color convert

RGB 185 128 188 -
CMYK 0.02 0.32 0 0.26
HSL 297º 0.31% 0.62% -
HSV(B) 297º 0.32% 0.74% -
XYZ 36.8 29.38 51.31 -
YUV 151.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 185 128 188 0.02 0.32 0 0.26 297 0.31 0.62
Hex B9 80 BC 2 20 0 1A 129 1F 3E
Octal 271 200 274 2 40 0 32 451 37 76
Binary 10111001 10000000 10111100 10 100000 0 11010 100101001 11111 111110

Color Harmonies of #B980BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980BC

Black with #B980BC

Text Example


Text Example

White with #B980BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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