Html Css Color HEX #B982BA London Hue

📋 copy color: '#B982BA'

red 185 ◦ green 130 ◦ blue 186

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

Shades of London Hue #B982BA

Tints of London Hue #B982BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 36.93%
G = 25.95%
B = 37.13%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B982BA (or 0xB982BA) is known color: London Hue. HEX triplet: B9, 82 and BA. RGB value is (185,130,186). Sum of RGB (Red+Green+Blue) = 185+130+186=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B982BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982BA is #467D45. Grayscale: #989898. Windows color (decimal): -4619590 or 12223161. OLE color: 12223161.

HSL color Cylindrical-coordinate representation of color #B982BA: hue angle of 298.93º degrees, saturation: 0.29, 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 #B982BA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 186 -
CMYK 0.01 0.30 0 0.27
HSL 298.93º 0.29% 0.62% -
HSV(B) 298.93º 0.3% 0.73% -
XYZ 36.85 29.82 50.27 -
YUV 152.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 185 130 186 0.01 0.30 0 0.27 298.93 0.29 0.62
Hex B9 82 BA 1 1E 0 1B 12B 1D 3E
Octal 271 202 272 1 36 0 33 453 35 76
Binary 10111001 10000010 10111010 1 11110 0 11011 100101011 11101 111110

Color Harmonies of #B982BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982BA

Black with #B982BA

Text Example


Text Example

White with #B982BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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