Html Css Color HEX #B983AF London Hue

📋 copy color: '#B983AF'

red 185 ◦ green 131 ◦ blue 175

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

Shades of London Hue #B983AF

Tints of London Hue #B983AF

RGB

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

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

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

R = 37.68%
G = 26.68%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B983AF (or 0xB983AF) is known color: London Hue. HEX triplet: B9, 83 and AF. RGB value is (185,131,175). Sum of RGB (Red+Green+Blue) = 185+131+175=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B983AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983AF is #467C50. Grayscale: #989898. Windows color (decimal): -4619345 or 11502521. OLE color: 11502521.

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

Color convert

RGB 185 131 175 -
CMYK 0 0.29 0.05 0.27
HSL 311.11º 0.28% 0.62% -
HSV(B) 311.11º 0.29% 0.73% -
XYZ 35.86 29.64 44.39 -
YUV 152.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 185 131 175 0 0.29 0.05 0.27 311.11 0.28 0.62
Hex B9 83 AF 0 1D 5 1B 137 1C 3E
Octal 271 203 257 0 35 5 33 467 34 76
Binary 10111001 10000011 10101111 0 11101 101 11011 100110111 11100 111110

Color Harmonies of #B983AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983AF

Black with #B983AF

Text Example


Text Example

White with #B983AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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