Html Css Color HEX #B090BA East Side

📋 copy color: '#B090BA'

red 176 ◦ green 144 ◦ blue 186

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

Shades of East Side #B090BA

Tints of East Side #B090BA

RGB

 RED value IS 176 (69.14% from 255) = 34.78%

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 34.78%
G = 28.46%
B = 36.76%

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

#B090BA (or 0xB090BA) is known color: East Side. HEX triplet: B0, 90 and BA. RGB value is (176,144,186). Sum of RGB (Red+Green+Blue) = 176+144+186=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #B090BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090BA is #4F6F45. Grayscale: #9E9E9E. Windows color (decimal): -5205830 or 12226736. OLE color: 12226736.

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

Color convert

RGB 176 144 186 -
CMYK 0.05 0.23 0 0.27
HSL 285.71º 0.23% 0.65% -
HSV(B) 285.71º 0.23% 0.73% -
XYZ 36.74 32.72 50.83 -
YUV 158.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 176 144 186 0.05 0.23 0 0.27 285.71 0.23 0.65
Hex B0 90 BA 5 17 0 1B 11E 17 41
Octal 260 220 272 5 27 0 33 436 27 101
Binary 10110000 10010000 10111010 101 10111 0 11011 100011110 10111 1000001

Color Harmonies of #B090BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090BA

Black with #B090BA

Text Example


Text Example

White with #B090BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090BA; }

 p { color: rgb(176,144,186); }

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

background-color css

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

 a { background-color: rgb(176,144,186); }

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

border-color css

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

 span { border-color: rgb(176,144,186); }

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