Html Css Color HEX #B990AE London Hue

📋 copy color: '#B990AE'

red 185 ◦ green 144 ◦ blue 174

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

Shades of London Hue #B990AE

Tints of London Hue #B990AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 36.78%
G = 28.63%
B = 34.59%

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

#B990AE (or 0xB990AE) is known color: London Hue. HEX triplet: B9, 90 and AE. RGB value is (185,144,174). Sum of RGB (Red+Green+Blue) = 185+144+174=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AE is #466F51. Grayscale: #9F9F9F. Windows color (decimal): -4616018 or 11440313. OLE color: 11440313.

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

Color convert

RGB 185 144 174 -
CMYK 0 0.22 0.06 0.27
HSL 316.1º 0.23% 0.65% -
HSV(B) 316.1º 0.22% 0.73% -
XYZ 37.62 33.32 44.49 -
YUV 159.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 185 144 174 0 0.22 0.06 0.27 316.1 0.23 0.65
Hex B9 90 AE 0 16 6 1B 13C 17 41
Octal 271 220 256 0 26 6 33 474 27 101
Binary 10111001 10010000 10101110 0 10110 110 11011 100111100 10111 1000001

Color Harmonies of #B990AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990AE

Black with #B990AE

Text Example


Text Example

White with #B990AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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