Html Css Color HEX #B990AD London Hue

📋 copy color: '#B990AD'

red 185 ◦ green 144 ◦ blue 173

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

Shades of London Hue #B990AD

Tints of London Hue #B990AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

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

R = 36.85%
G = 28.69%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B990AD (or 0xB990AD) is known color: London Hue. HEX triplet: B9, 90 and AD. RGB value is (185,144,173). Sum of RGB (Red+Green+Blue) = 185+144+173=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AD is #466F52. Grayscale: #9F9F9F. Windows color (decimal): -4616019 or 11374777. OLE color: 11374777.

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

Color convert

RGB 185 144 173 -
CMYK 0 0.22 0.06 0.27
HSL 317.56º 0.23% 0.65% -
HSV(B) 317.56º 0.22% 0.73% -
XYZ 37.52 33.28 43.98 -
YUV 159.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 185 144 173 0 0.22 0.06 0.27 317.56 0.23 0.65
Hex B9 90 AD 0 16 6 1B 13E 17 41
Octal 271 220 255 0 26 6 33 476 27 101
Binary 10111001 10010000 10101101 0 10110 110 11011 100111110 10111 1000001

Color Harmonies of #B990AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990AD

Black with #B990AD

Text Example


Text Example

White with #B990AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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