Html Css Color HEX #B490BB East Side

📋 copy color: '#B490BB'

red 180 ◦ green 144 ◦ blue 187

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

Shades of East Side #B490BB

Tints of East Side #B490BB

RGB

 RED value IS 180 (70.7% from 255) = 35.23%

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 35.23%
G = 28.18%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B490BB (or 0xB490BB) is known color: East Side. HEX triplet: B4, 90 and BB. RGB value is (180,144,187). Sum of RGB (Red+Green+Blue) = 180+144+187=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #B490BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490BB is #4B6F44. Grayscale: #9F9F9F. Windows color (decimal): -4943685 or 12292276. OLE color: 12292276.

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

Color convert

RGB 180 144 187 -
CMYK 0.04 0.23 0 0.27
HSL 290.23º 0.24% 0.65% -
HSV(B) 290.23º 0.23% 0.73% -
XYZ 37.77 33.24 51.44 -
YUV 159.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 180 144 187 0.04 0.23 0 0.27 290.23 0.24 0.65
Hex B4 90 BB 4 17 0 1B 122 18 41
Octal 264 220 273 4 27 0 33 442 30 101
Binary 10110100 10010000 10111011 100 10111 0 11011 100100010 11000 1000001

Color Harmonies of #B490BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490BB

Black with #B490BB

Text Example


Text Example

White with #B490BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490BB; }

 p { color: rgb(180,144,187); }

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

background-color css

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

 a { background-color: rgb(180,144,187); }

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

border-color css

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

 span { border-color: rgb(180,144,187); }

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