Html Css Color HEX #B980AF London Hue

📋 copy color: '#B980AF'

red 185 ◦ green 128 ◦ blue 175

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

Shades of London Hue #B980AF

Tints of London Hue #B980AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 37.91%
G = 26.23%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B980AF (or 0xB980AF) is known color: London Hue. HEX triplet: B9, 80 and AF. RGB value is (185,128,175). Sum of RGB (Red+Green+Blue) = 185+128+175=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B980AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980AF is #467F50. Grayscale: #969696. Windows color (decimal): -4620113 or 11501753. OLE color: 11501753.

HSL color Cylindrical-coordinate representation of color #B980AF: hue angle of 310.53º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980AF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 128 175 -
CMYK 0 0.31 0.05 0.27
HSL 310.53º 0.29% 0.61% -
HSV(B) 310.53º 0.31% 0.73% -
XYZ 35.46 28.85 44.26 -
YUV 150.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 185 128 175 0 0.31 0.05 0.27 310.53 0.29 0.61
Hex B9 80 AF 0 1F 5 1B 137 1D 3D
Octal 271 200 257 0 37 5 33 467 35 75
Binary 10111001 10000000 10101111 0 11111 101 11011 100110111 11101 111101

Color Harmonies of #B980AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980AF

Black with #B980AF

Text Example


Text Example

White with #B980AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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