Html Css Color HEX #B990B5 London Hue

📋 copy color: '#B990B5'

red 185 ◦ green 144 ◦ blue 181

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

Shades of London Hue #B990B5

Tints of London Hue #B990B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.49%

R = 36.27%
G = 28.24%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B990B5 (or 0xB990B5) is known color: London Hue. HEX triplet: B9, 90 and B5. RGB value is (185,144,181). Sum of RGB (Red+Green+Blue) = 185+144+181=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B5 is #466F4A. Grayscale: #A0A0A0. Windows color (decimal): -4616011 or 11899065. OLE color: 11899065.

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

Color convert

RGB 185 144 181 -
CMYK 0 0.22 0.02 0.27
HSL 305.85º 0.23% 0.65% -
HSV(B) 305.85º 0.22% 0.73% -
XYZ 38.32 33.6 48.18 -
YUV 160.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 185 144 181 0 0.22 0.02 0.27 305.85 0.23 0.65
Hex B9 90 B5 0 16 2 1B 132 17 41
Octal 271 220 265 0 26 2 33 462 27 101
Binary 10111001 10010000 10110101 0 10110 10 11011 100110010 10111 1000001

Color Harmonies of #B990B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990B5

Black with #B990B5

Text Example


Text Example

White with #B990B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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