Html Css Color HEX #B990BC London Hue

📋 copy color: '#B990BC'

red 185 ◦ green 144 ◦ blue 188

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

Shades of London Hue #B990BC

Tints of London Hue #B990BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 35.78%
G = 27.85%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B990BC (or 0xB990BC) is known color: London Hue. HEX triplet: B9, 90 and BC. RGB value is (185,144,188). Sum of RGB (Red+Green+Blue) = 185+144+188=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B990BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BC is #466F43. Grayscale: #A1A1A1. Windows color (decimal): -4616004 or 12357817. OLE color: 12357817.

HSL color Cylindrical-coordinate representation of color #B990BC: hue angle of 295.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B990BC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 144 188 -
CMYK 0.02 0.23 0 0.26
HSL 295.91º 0.25% 0.65% -
HSV(B) 295.91º 0.23% 0.74% -
XYZ 39.06 33.89 52.06 -
YUV 161.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 185 144 188 0.02 0.23 0 0.26 295.91 0.25 0.65
Hex B9 90 BC 2 17 0 1A 128 19 41
Octal 271 220 274 2 27 0 32 450 31 101
Binary 10111001 10010000 10111100 10 10111 0 11010 100101000 11001 1000001

Color Harmonies of #B990BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990BC

Black with #B990BC

Text Example


Text Example

White with #B990BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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