Html Css Color HEX #B290BB East Side

📋 copy color: '#B290BB'

red 178 ◦ green 144 ◦ blue 187

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

Shades of East Side #B290BB

Tints of East Side #B290BB

RGB

 RED value IS 178 (69.92% from 255) = 34.97%

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

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

R = 34.97%
G = 28.29%
B = 36.74%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B290BB (or 0xB290BB) is known color: East Side. HEX triplet: B2, 90 and BB. RGB value is (178,144,187). Sum of RGB (Red+Green+Blue) = 178+144+187=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #B290BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B290BB is #4D6F44. Grayscale: #9E9E9E. Windows color (decimal): -5074757 or 12292274. OLE color: 12292274.

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

Color convert

RGB 178 144 187 -
CMYK 0.05 0.23 0 0.27
HSL 287.44º 0.24% 0.65% -
HSV(B) 287.44º 0.23% 0.73% -
XYZ 37.3 33 51.42 -
YUV 159.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 178 144 187 0.05 0.23 0 0.27 287.44 0.24 0.65
Hex B2 90 BB 5 17 0 1B 11F 18 41
Octal 262 220 273 5 27 0 33 437 30 101
Binary 10110010 10010000 10111011 101 10111 0 11011 100011111 11000 1000001

Color Harmonies of #B290BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B290BB

Black with #B290BB

Text Example


Text Example

White with #B290BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B290BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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