Html Css Color HEX #B982AF London Hue

📋 copy color: '#B982AF'

red 185 ◦ green 130 ◦ blue 175

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

Shades of London Hue #B982AF

Tints of London Hue #B982AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.53%

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

R = 37.76%
G = 26.53%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B982AF (or 0xB982AF) is known color: London Hue. HEX triplet: B9, 82 and AF. RGB value is (185,130,175). Sum of RGB (Red+Green+Blue) = 185+130+175=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B982AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982AF is #467D50. Grayscale: #979797. Windows color (decimal): -4619601 or 11502265. OLE color: 11502265.

HSL color Cylindrical-coordinate representation of color #B982AF: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982AF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 175 -
CMYK 0 0.30 0.05 0.27
HSL 310.91º 0.28% 0.62% -
HSV(B) 310.91º 0.3% 0.73% -
XYZ 35.73 29.37 44.34 -
YUV 151.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 185 130 175 0 0.30 0.05 0.27 310.91 0.28 0.62
Hex B9 82 AF 0 1E 5 1B 137 1C 3E
Octal 271 202 257 0 36 5 33 467 34 76
Binary 10111001 10000010 10101111 0 11110 101 11011 100110111 11100 111110

Color Harmonies of #B982AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982AF

Black with #B982AF

Text Example


Text Example

White with #B982AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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