Html Css Color HEX #B983AD London Hue

📋 copy color: '#B983AD'

red 185 ◦ green 131 ◦ blue 173

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

Shades of London Hue #B983AD

Tints of London Hue #B983AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.79%

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 37.83%
G = 26.79%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B983AD (or 0xB983AD) is known color: London Hue. HEX triplet: B9, 83 and AD. RGB value is (185,131,173). Sum of RGB (Red+Green+Blue) = 185+131+173=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B983AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983AD is #467C52. Grayscale: #979797. Windows color (decimal): -4619347 or 11371449. OLE color: 11371449.

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

Color convert

RGB 185 131 173 -
CMYK 0 0.29 0.06 0.27
HSL 313.33º 0.28% 0.62% -
HSV(B) 313.33º 0.29% 0.73% -
XYZ 35.67 29.56 43.36 -
YUV 151.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 185 131 173 0 0.29 0.06 0.27 313.33 0.28 0.62
Hex B9 83 AD 0 1D 6 1B 139 1C 3E
Octal 271 203 255 0 35 6 33 471 34 76
Binary 10111001 10000011 10101101 0 11101 110 11011 100111001 11100 111110

Color Harmonies of #B983AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983AD

Black with #B983AD

Text Example


Text Example

White with #B983AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983AD; }

 p { color: rgb(185,131,173); }

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

background-color css

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

 a { background-color: rgb(185,131,173); }

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

border-color css

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

 span { border-color: rgb(185,131,173); }

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